{
"productId": 0
}curl --location 'https://www.xportcn.com/api/alibaba/international/product/detail/get' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
"productId": 0
}'{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"productId": 0,
"detailUrl": "",
"images": [
""
],
"mainImage": "",
"eCompanyId": "",
"description": "",
"title": "",
"minOrderQuantity": 0,
"categoryId": 0,
"supplier": "",
"currency": "",
"category": "",
"status": "",
"skus": [
{
"image": "",
"unit": 0,
"status": "",
"promotionPrice": "",
"skuId": 0,
"productId": 0,
"ladderPrice": [
{
"maxQuantity": 0,
"minQuantity": 0,
"price": 0.0,
"currency": ""
}
],
"skuAttrList": [
{
"attrNameId": 0,
"attrValueDesc": "",
"attrNameDesc": "",
"attrValueId": 0,
"attrValueImage": ""
}
]
}
]
}
}