Authorization: Bearer ********************curl --location 'https://ecommerce-api.shanjing-inc.com/rest/taobao-global/product/get?item_source_market=CBU_MARKET&item_id=652876415053' \
--header 'Authorization: Bearer <token>'{
"success": true,
"failItems": "string",
"errorCode": "string",
"errorMsg": "string",
"data": {
"quantity": 0,
"categoryPath": "string",
"shopName": "string",
"description": "string",
"productUnit": "string",
"picUrls": [
"string"
],
"title": "string",
"mpId": "string",
"categoryName": "string",
"itemId": 0,
"userNick": "string",
"price": 0,
"beginAmount": 0,
"status": "string",
"skuList": [
{
"picUrl": "string",
"quantity": 0,
"price": 0,
"skuId": "string",
"properties": [
{
"valueId": 0,
"valueName": "string",
"propId": 0,
"propName": "string"
}
],
"status": "string",
"promotionPrice": 0,
"postFee": 0,
"mpSkuId": 0,
"couponPrice": 0
}
],
"promotionPrice": 0,
"shopId": 0,
"categoryId": "string",
"itemType": "string",
"couponPrice": 0,
"itemPromotionDisplayList": [
{
"name": "string",
"itemPromotionDisplayInfoList": [
{
"code": "string",
"name": "string"
}
]
}
]
}
}