文档
测试

/dbo/v1/product/{product_oid}

GET
/dbo/v1/product/{product_oid}

接口描述

获取产品信息

请求参数

参数名
类型
描述
必填
product_oid
string
必填

响应参数

参数名
类型
描述
必填
description
object
数据字典
必填
content
string
示例:string
必填
language
string
示例:en
必填
value
object
数据字典
必填
amount
number
示例:0
必填
currency
string
示例:USD
必填
product_id
string
示例:string
必填
weight
object
数据字典
必填
value
number
示例:0
必填
unit
string
示例:g
必填
dimension
object
数据字典
必填
length
number
示例:0
必填
width
number
示例:0
必填
height
number
示例:0
必填
unit
string
示例:mm
必填
hs_tariff_code
string
示例:string
必填
origin_country
string
示例:CN
必填
oid
string
示例:string
必填
created_datetime
string
示例:2020-04-09T08:54:43.381Z
必填
updated_datetime
string
示例:2020-04-09T08:54:43.381Z
必填

说明 / 示例

{ "description": { "content": "string", "language": "en" }, "value": { "amount": 0, "currency": "USD" }, "product_id": "string", "weight": { "value": 0, "unit": "g" }, "dimension": { "length": 0, "width": 0, "height": 0, "unit": "mm" }, "hs_tariff_code": "string", "origin_country": "CN", "oid": "string", "created_datetime": "2020-04-09T08:54:43.381Z", "updated_datetime": "2020-04-09T08:54:43.381Z" }