- 中文
- English
- API Instruction
- product service
- Order Service
商品详情
POST
/openapi/1/{appKey}/1688.product.detail
Request
Path Params
appKey
string
required
Header Params
Authorization
string
optional
Default:
{{smile_admin_Authon}}
Example:
{{smile_admin_Authon}}
x-depal-timestamp
string
required
x-depal-access-token
string
required
x-depal-signature
string
required
Body Params application/json
language
string
required
语言代码 https://baike.baidu.com/item/%E8%AF%AD%E8%A8%80%E4%BB%A3%E7%A0%81/6594123
en=英语
ru=俄语
ja=日语
vi=越南语
productId
integer <int64>
required
Example
{
"language": "string",
"productId": 0
}
Responses
🟢200OK
application/json
Body
code
string
optional
msg
string
optional
data
object (ProductDetailResult)
optional
productId
integer <int64>
optional
title
string
optional
titleCn
string
optional
categoryId
integer <int64>
optional
categoryName
string
optional
description
string
optional
mainVideo
string
optional
images
array[string]
optional
whiteImage
string
optional
attributes
array[object (AttributeDTO) {6}]
optional
skuInfos
array[object (ProductSku) {6}]
optional
saleInfo
object (ProductSaleInfo)
optional
productWeight
object (WeightDTO)
optional
minOrderQuantity
integer
optional
batchOrderQuantity
integer
optional
sellerDataInfo
object (sellerDataInfo)
optional
status
string
optional
published 发布正常 (默认published)
requestId
string
optional
Example
{
"code": "",
"msg": "",
"data": {
"productId": 0,
"mainImageUrl": "",
"title": "",
"price": "",
"quantity": 0,
"repurchaseRate": "",
"monthSold": 0,
"tradeScore": "",
"firstCategoryId": 0,
"secondCategoryId": 0,
"thirdCategoryId": 0,
"categoryId": 0,
"categoryName": "",
"description": "",
"mainVideo": "",
"detailVideo": "",
"images": [
""
],
"whiteImage": "",
"attributes": [
{
"attrId": "",
"attrName": "",
"valueId": "",
"value": ""
}
],
"skuInfos": [
{
"skuId": "",
"price": "",
"quantity": 0,
"skuImageUrl": "",
"attributes": [
{
"attrId": "",
"attrName": "",
"valueId": "",
"value": ""
}
],
"productWeight": {
"weight": 0,
"length": 0,
"width": 0,
"height": 0
}
}
],
"priceRanges": [
{
"startQuantity": 0,
"price": ""
}
],
"unit": "",
"productWeight": {
"weight": 0,
"length": 0,
"width": 0,
"height": 0
},
"minOrderQuantity": 0,
"batchOrderQuantity": 0
},
"requestId": ""
}