PUT 修改SKU

PUT /apicenter/api/sku

Body 请求参数

  1. {
  2. "sku_list": [
  3. {
  4. "brand": "XTOOL牌",
  5. "client_code": "CK2023",
  6. "code": "AB00CCCAB",
  7. "height": "1",
  8. "length": "1",
  9. "name": "圆形雕刻皮补丁-76*76mm-黑银-10pcs",
  10. "origin_country": "US",
  11. "prod_name_en": "",
  12. "type": 2,
  13. "weight": "99",
  14. "width": "1"
  15. }
  16. ]
  17. }

请求参数

名称 位置 类型 必选 中文名 说明
Content-Type header string none
body body object none

返回示例

200 Response

  1. {}

返回结果

状态码 状态码含义 说明 数据模型
200 OK 成功 Inline

返回数据结构