编辑库存
POST
/api/open/product/edit/stock
如果商品为在架状态时,会同步更新库存信息到闲鱼App上。
如果商品不是在架状态,只会更新闲管家内的库存信息。
请求参数
Query 参数
appid
integer
必需
默认值:
{{appid}}
timestamp
integer
必需
默认值:
{{timestamp}}
seller_id
integer
可选
默认值:
{{seller_id}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json
示例代码
返回响应
修改于 2023-08-01 12:47:23