{
"sign": "string",
"timeMillis": "string",
"keyId": "string",
"id": 0,
"country": "string"
}curl --location --request POST 'https://buy.wanjingsc.com/openapi/cross-border/product/productSearchQueryProductDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"sign": "string",
"timeMillis": "string",
"keyId": "string",
"id": 0,
"country": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"spuCode": "string",
"subject": "string",
"subjectTrans": "string",
"sellPoint": "string",
"description": "string",
"categoryName": "string",
"topCategoryId": "string",
"secondCategoryId": "string",
"thirdCategoryId": "string",
"picUrls": [
"string"
],
"priceUp": 0,
"priceDown": 0,
"saleNum": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"specType": "string",
"freightTemplatId": "string",
"videoUrl": "string",
"brandName": "string",
"skus": [
{
"id": "string",
"skuCode": "string",
"spuId": "string",
"picUrl": "string",
"salesPrice": 0,
"marketPrice": 0,
"stock": 0,
"weight": 0,
"volume": 0,
"attributes": [
{
"specName": "string",
"specValueName": "string",
"attributeId": "string"
}
],
"name": "string",
"specId": "string"
}
],
"stock": 0,
"attributeVos": [
{
"attributeId": "string",
"attribute": "string",
"attributeValue": "string",
"spuId": "string",
"shopId": "string"
}
]
},
"ok": true
}