更新SKU
POST
/ark/open_api/v3/common_controller
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"itemId": "64ff12f***fd12f1",
"ipq": 100,
"originalPrice": 88,
"price": 80,
"stock": 5000,
"logisticsPlanId": "5e37***a9f0",
"whcode": "C01",
"priceType": 1,
"erpCode": "001231",
"variants": [
{
"id": "5a60***9ce6",
"name": "尺码",
"value": "36",
"valueId": "f423***921f"
}
],
"deliveryTime": {
"time": "2021/06/01",
"type": "ABSOLUTE_TIME"
},
"specImage": "http://img.xiaohongshu.com/items/123456789",
"barcode": "RedTest20200507001",
"rowNumber": "",
"id": "100",
"updatedFields": [
"string"
]
}'
响应示例响应示例
{
"spuData": {
"name": "spu标题",
"ename": "spuEName",
"shortName": "spu短标题,不得超过30的长度,其中中文字符占两个长度",
"brandId": "52dd****7d4b",
"categoryId": "5a31****9df5",
"attributes": [
{
"propertyId": "5845****325e",
"name": "测试属性名01",
"valueId": "test",
"value": "test",
"valueList": [
{
"valueId": "test",
"value": "test"
}
]
}
],
"shippingTemplateId": "null",
"shippingGrossWeight": 100,
"variantIds": [
"string"
],
"imageUrls": [
"string"
],
"videoUrl": "",
"articleNo": "",
"imageDescUrls": [
"string"
],
"transparentImageUrl": "",
"desc": "",
"faqs": [
{
"question": "",
"answer": ""
}
],
"isChannel": "",
"deliveryMode": "",
"id": "spu标题",
"createTime": "",
"updateTime": ""
},
"itemData": {
"spuId": "spu标题",
"ipq": 100,
"originalPrice": 88,
"price": 80,
"stock": 5000,
"logisticsPlanId": "5e37***a9f0",
"whcode": "C01",
"priceType": 1,
"erpCode": "001231",
"variants": [
{
"id": "5a60***9ce6",
"name": "尺码",
"value": "36",
"valueId": "f423***921f"
}
],
"deliveryTime": {
"time": "2021/06/01",
"type": "ABSOLUTE_TIME"
},
"specImageUrl": "http://img.xiaohongshu.com/items/123456789",
"barcode": "RedTest20200507001",
"id": "6123**5132",
"skucode": "spu标题",
"logisticsName": "red_auto",
"buyable": true,
"unionItemDetails": [
{
"id": "607***450",
"name": "口红",
"skuCode": "690***466",
"barcode": "690***452",
"ipq": 100,
"erpCode": "dq123da"
}
],
"createTime": "",
"updateTime": "",
"name": "",
"isGift": true
}
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2023-08-01 07:30:13