错误码 | 错误码描述 | |
---|---|---|
-4009608 | 接口报错 | |
-4009016 | 上下架失败具体原因 |
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"skuId": "1",
"available": ""
}'
{
"error_code": 1,
"data": "",
"success": true
}