创建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 '{
"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"
}'
响应示例响应示例
{
"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": "6123**5132",
"scSkucode": "XHSd12f1r1f",
"logisticsName": "red_auto",
"buyable": true,
"unionItemDetails": [
{
"id": "607***450",
"name": "口红",
"scSkuCode": "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:13:17