更新TEM
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 '{
"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": ""
}
],
"deliveryMode": "",
"id": "spu标题",
"updatedFields": [
"string"
]
}'
响应示例响应示例
{
"name": "item标题",
"ename": "itemEName",
"brandId": "",
"categoryId": "5a31****9df5",
"attributes": [
{
"propertyId": "5845****325e",
"name": "测试属性名01",
"value": "test",
"valueId": "test",
"valueList": [
{
"valueId": "test",
"value": "test"
}
]
}
],
"shippingTemplateId": "null",
"shippingGrossWeight": 100,
"variantIds": [
"string"
],
"images": [
"string"
],
"videoUrl": "",
"articleNo": "",
"imageDescriptions": [
"string"
],
"transparentImage": "",
"description": "",
"faq": [
{
"question": "",
"answer": ""
}
],
"isChannel": "",
"deliveryMode": "",
"freeReturn": "",
"id": "64******412f1f",
"createTime": "",
"updateTime": ""
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2023-08-01 07:03:03