- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信 用
- 安全
- 其他
商品状态修改接口
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/v3/ant/merchant/expand/item/status/modify
ant.merchant.expand.item.status
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v3/ant/merchant/expand/item/status/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"item_id": "2018091300502200002600104169",
"status": "EFFECT"
}'
响应示例响应示例
200 - 示例 1
{
"item_id": "2018091300502200002600104169"
}
请求参数
Body 参数application/json
item_id
string
商品ID
示例值:
2018091300502200002600104169
status
string
可选
示例值:
EFFECT
示例
返回响应
🟢200common response
application/json
Body
item_id
string
商品id
示例值:
2018091300502200002600104169
🔴500请求失败