1.1. 商品sku信息批量更新
1.1.1. 基本信息
Path: /v1/spu/skuDetailBatchUpdate
Method: POST
接口描述:
1.1.2. 请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
spuId | text | 是 | 111 | 商品spuId |
showPrice | text | 是 | 222 | 商品展示价格 |
skuList | [object] | 是 | sku信息数组对象 | |
skuList.N.id | text | 是 | sku信息对象skuId,N为索引序号 | |
skuList.N.price | text | 是 | sku价格 | |
skuList.N.marketPrice | text | 是 | sku市场价 | |
skuList.N.stock | text | 是 | sku库存 | |
skuList.N.commission | text | 是 | sku佣金 | |
skuList.N.proxyStandPrice | text | 是 | sku代理标准价 | |
skuList.N.buyLimitPer | text | 是 | 购买限制 0不限制 X否具体限制数 |
1.1.3. 返回数据
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
code | number | 非必须 | 状态码:1000成功,非1000异常 | ||
message | string | 非必须 | |||
content | object | 非必须 |