curl --location --request GET 'https://api.pandapon.com/open/product/item/get' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
{
"requestId": "88e423f6b97b4e7aa94242df952a81ec",
"code": 200,
"developId": "1021091489188413467",
"msg": "成功",
"data": {
"quantity": 400,
"categoryPath": "童装/婴儿装/亲子装>裙子(新)>连衣裙",
"shopName": "u[2206891060210]",
"description": "测试",
"productUnit": null,
"picUrls": [
"https://img.alicdn.com/bao/uploaded/i1/263669477/O1CN01fH0cbf2JsW8fvHFwx_!!263669477.jpg"
],
"title": "天穹发布商品,测试请不要拍",
"categoryName": null,
"itemId": 672991141190,
"userNick": "测试账号tbc003",
"price": 1,
"beginAmount": 0,
"status": "active",
"promotionPrice": 1,
"shopId": 268763467,
"categoryId": "121452038",
"skuList": [
{
"picUrl": null,
"quantity": 200,
"price": 1,
"skuId": "3452545926724",
"status": "active",
"promotionPrice": "1",
"postFee": 0,
"properties": [
{
"valueId": 28326,
"valueName": "红色",
"propId": 1627207,
"propName": "颜色分类"
},
{
"valueId": 3273546,
"valueName": "52cm",
"propId": 122216343,
"propName": "参考身高"
}
]
},
{
"picUrl": null,
"quantity": 200,
"price": 1,
"skuId": "3452545926725",
"status": "active",
"promotionPrice": "1",
"postFee": 0,
"properties": [
{
"valueId": 28324,
"valueName": "黄色",
"propId": 1627207,
"propName": "颜色分类"
},
{
"valueId": 3273546,
"valueName": "52cm",
"propId": 122216343,
"propName": "参考身高"
}
]
}
]
}
}