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