API request address: https://www.xportcn.com| Name | Type | Is | required ** Is used as a sign argument ** | Description |
|---|---|---|---|---|
| access-key | String | yes | yes | is the AccessKey |
| timestamp | String | yes | yes | Time when the request is sent. Use the UTC timestamp and ensure that the request time cannot exceed 600 seconds from the UTC time |
| once-str | String | yes | yes | A random string of 32 characters |
| user-id | String | yes | no | is used to control the rights of the subaccount |
| signature | String | yes | no | The interface signature is used to verify the request. For details, see |
| Name | Type | Description |
|---|---|---|
| requestId | String | Indicates the request id. You can query the log |
| code | Integer | The return code |
| developId | String | developer id |
| msg | String | Corresponding to the return code |
| data | Object | Returns 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": "参考身高"
}
]
}
]
}
}