查询商品库存
接口描述 查询商品库存
API
/api/open/product/getStock
- 参数格式
POST application/x-www-form-urlencoded
- 入参
参数名称 | 类型 | 是否必填 | 描述 |
---|---|---|---|
token | string | yes | 授权时获取的 access token |
supplierSku | string | yes | 供应商sku编码 |
- 出参
参数名称 | 类型 | 描述 |
---|---|---|
quantity | Integer | 库存量 |
- 出参示例
{
"success": true,
"code": 200,
"message": "操作成功",
"data": {
}
}