{
"items": [
"string"
],
"language": "string",
"marketCode": "string"
}curl --location 'https://www.xportcn.com/api/open/product/spu/detail' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
"items": [
"string"
],
"language": "string",
"marketCode": "string"
}'{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"goodsInfoList": [
{
"inventory": 0,
"categoryPath": "",
"shopName": "",
"shopId": "",
"richText": "",
"productUnit": "",
"images": [
""
],
"title": "",
"cnTitle": "",
"mpId": "",
"tbCategoryPath": "",
"itemId": "",
"supplierNick": "",
"price": 0,
"beginAmount": 0,
"status": "",
"promotionPrice": 0,
"supplierId": 0,
"categoryId": "",
"itemType": "",
"skus": [
{
"images": [
""
],
"inventory": 0,
"price": 0,
"skuId": "",
"status": "",
"promotionPrice": 0,
"attributes": [
{
"vid": 0,
"vTextMulti": {
"": null
},
"pid": 0,
"pTextMulti": {
"": null
}
}
]
}
]
}
]
}
}