- 中文
- English
- API Instruction
- product service
- alibaba wholesale(1688)
- Order Service
Commodity Details
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
productId
integer <int64>
required
language
string
required
Language Code https://baike.baidu.com/item/语言代码/6594123
en = English
ru = Russian
ja = Japanese
vi = Vietnamese
Example
{
"productId": 0,
"language": "string"
}
Responses
🟢200OK
application/json
Body
msg
string
optional
code
string
optional
data
object (ProductDetailResultEn)
optional
images
array[string]
optional
whiteImage
string
optional
productId
integer <int64>
optional
mainVideo
string
optional
batchOrderQuantity
integer
optional
description
string
optional
skuInfos
array[object (ProductSkuEn) {6}]
optional
productWeight
object (WeightDTOEn)
optional
title
string
optional
categoryName
string
optional
saleInfo
object (ProductSaleInfoEn)
optional
titleCn
string
optional
attributes
array[object (AttributeDTOEn) {6}]
optional
minOrderQuantity
integer
optional
sellerDataInfo
object (sellerDataInfoEn)
optional
categoryId
integer <int64>
optional
status
string
optional
published publish normal (default published)
requestId
string
optional
Example
{
"msg": "",
"code": "",
"data": {
"whiteImage": "",
"mainVideo": "",
"batchOrderQuantity": 0,
"description": "",
"priceRanges": [
{
"startQuantity": 0,
"price": ""
}
],
"title": "",
"firstCategoryId": 0,
"categoryName": "",
"thirdCategoryId": 0,
"tradeScore": "",
"price": "",
"mainImageUrl": "",
"detailVideo": "",
"images": [
""
],
"quantity": 0,
"productId": 0,
"skuInfos": [
{
"skuImageUrl": "",
"quantity": 0,
"price": "",
"attributes": [
{
"valueId": "",
"attrId": "",
"value": "",
"attrName": ""
}
],
"productWeight": {
"length": 0,
"width": 0,
"weight": 0,
"height": 0
},
"skuId": ""
}
],
"productWeight": {
"length": 0,
"width": 0,
"weight": 0,
"height": 0
},
"monthSold": 0,
"unit": "",
"attributes": [
{
"valueId": "",
"attrId": "",
"value": "",
"attrName": ""
}
],
"minOrderQuantity": 0,
"repurchaseRate": "",
"secondCategoryId": 0,
"categoryId": 0
},
"requestId": ""
}