PUT 修改SKU
PUT /apicenter/api/sku
Body 请求参数
{"sku_list": [{"brand": "XTOOL牌","client_code": "CK2023","code": "AB00CCCAB","height": "1","length": "1","name": "圆形雕刻皮补丁-76*76mm-黑银-10pcs","origin_country": "US","prod_name_en": "","type": 2,"weight": "99","width": "1"}]}
请求参数
| 名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
|---|---|---|---|---|---|
| Content-Type | header | string | 是 | none | |
| body | body | object | 否 | none |
返回示例
200 Response
{}
返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | OK | 成功 | Inline |
