免审修改商品
免审修改团购活动
使用限制
无
接口说明
无
基本信息
HTTP URL | https://open.douyin.com/life/goods/product/free_audit/ | |||
HTTP Method | POST | |||
Scope |
| |||
权限要求 | 需要权限申请,参考在开发者平台控制台选择行业类目及身份后的入驻指引 |
请求头
参数 | 描述 | 必须 |
Content-Type | application/json | 是 |
请求 Query 参数
参数名称 | 参数类型 | 是否必传 | 参数描述 |
access_token | string | TRUE | 调用/oauth/client_token/生成的token,此token不需要用户授权。 |
请求 Body 参数
参数名称 | 参数类型 | 是否必传 | 参数描述 |
product_id | string | TRUE | 商品id (商品id或商品外部id 选其一) |
out_id | string | TRUE | 商品外部id (商品id或商品外部id 选其一) |
sold_end_time | int64 | FALSE | 售卖结束时间 |
stock_qty | int64 | FALSE | 总库存 |
owner_account_id | string | FALSE | 商品归属账户ID,非必传;传入时须与该商家满足商服关系 |
请求 cURL 示例
curl --location --request POST 'https://open.douyin.com/life/goods/product/free_audit/?access_token=clt.39b7626b0b59fd8dacf9979ddcd4f532wIbkKJ8NIDKeANyibUlKvAk1Ryi5' \ --header 'Content-Type: application/json' \ --header 'Cookie: passport_csrf_token=c668eb94b8bbe65a0b452466d06e329b; passport_csrf_token_default=c668eb94b8bbe65a0b452466d06e329b' \ --data-raw '{ "out_id": "hch-life-0314-yry01", "sold_end_time": 1746917386, "stock_qty": 778 }'
响应 Body 参数
参数名称 | 参数类型 | 是否必传 | 参数描述 |
base | struct | TRUE | 公共参数 |
- log_id | string | TRUE | 请求日志ID |
- gateway_code | int | TRUE | 网关状态码 |
- gateway_msg | string | TRUE | 网关状态信息 |
- biz_code | int | TRUE | 业务状态码 |
- biz_msg | string | TRUE | 业务状态信息 |