Development manual
Use HTTP request API
API call process
API call request address
API request address: https://api.pandapon.com
Request and response
Request parameters
System parameters
Name | Type | Is it necessary | is it used as a sign parameter | Description |
---|---|---|---|---|
access-key | String | Yes | Yes | AccessKey assigned by PandaPon to developers |
timestamp | String | Yes | Yes | Request sending time, please use the UTC timestamp, and note that the request time and UTC time should not exceed 600 seconds |
nonce-str | String | Yes | Yes | Random string 32 bits |
user-id | String | Yes | No | Used for sub-account permission control |
signature | String | Yes | No | Interface signature, which is used to verify the legality of the request. For specific rules, please refer to the parameter signature |
Business parameters
Request response
Name | Type | Description |
---|---|---|
requestId | String | Request id, you can query the corresponding log according to the request id |
code | Integer | Return code |
developId | String | Developer id |
msg | String | Return code corresponding information |
data | Object | Return to the content |
{
"requestId": "4cfda0b725184ab8a1e3ee3b9051ec35",
"code": 200,
"developId": "1014533973088404335",
"msg": "成功",
"data": {
"quantity": 400,
"categoryPath": "童装/婴儿装/亲子装->裙子(新)->连衣裙",
"shopName": "u[2206891060210]",
"description": "测试",
"productUnit": null,
"picUrls": [
"https://img.alicdn.com/bao/uploaded/i1/263669477/O1CN01fH0cbf2JsW8fvHFwx_!!263669477.jpg"
],
"title": "天穹发布商品,测试请不要拍",
"mpId": "2048057995392326",
"categoryName": "连衣裙",
"itemId": 672991141190,
"userNick": "测试账号tbc003",
"price": 1,
"beginAmount": 0,
"status": "active",
"promotionPrice": 1,
"shopId": 268763467,
"categoryId": "121452038",
"itemType": "HAVE_MATERIAL",
"skuList": [
{
"picUrl": null,
"quantity": 200,
"price": 1,
"skuId": "3452545926724",
"status": "active",
"promotionPrice": "1",
"postFee": 0,
"mpSkuld": null,
"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,
"mpSkuld": null,
"properties": [
{
"valueId": 28324,
"valueName": "黄色",
"propId": 1627207,
"propName": "颜色分类"
},
{
"valueId": 3273546,
"valueName": "52cm",
"propId": 122216343,
"propName": "参考身高"
}
]
}
]
}
}
Parameter signature
修改于 2025-02-24 06:22:36