编辑ITEM物流模式
接口描述
该接口用于更新已存在的ITEM的物流模式模块信息,如需获取小红书支持的物流模式请通过【订单模块】-【物流模式列表接口】接口获取。当商品处于预售阶段时,不支持物流模式修改。
URL
/ark/open_api/v1/item/{item_id}/logistics
URL Parameter
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
item_id | String | Yes | 已存在的ITEM ID |
Method
PUT
Request Body (content-type:application/json;charset=utf8)
请务必按以下字段要求添加数据,以免系统报错。
{
"logistics_name": "red_post"
}
Request Body Parameters
名称 | 类型 | 说明 |
---|---|---|
logistics_name | String | 物流模式代码,对应物流模式接口列表内的logistics_code |
Response 200 (application/json;charset=utf-8)
{
"error_code": 0,
"data": {},
"error_msg": null,
"success": true
}
补充说明
- 请使用物流模式对应的英文代码,不要给到中文名称。
Copyright © 2014-2018 行吟信息科技(上海)有限公司