1、基本信息
(1)请求方法: http post
(2)请求地址: http://{请求地址}/apicenter/api/sku
(3)说明: 添加商品
2、请求参数
| 名称 | 数据类型 | 说明 | 是否必填 |
|---|---|---|---|
| brand | String | 品牌 | 否 |
| client_code | String | 客户id | 是 |
| client_type | Integer | 自定义平台为1,第三方平台为2 | 是 |
| code | String | SKU 编码 | 是 |
| height | String | 高(cm) | 是 |
| length | String | 长(cm) | 是 |
| name | String | SKU 名称 | 是 |
| origin_country | String | 仓库所在国家 | 否 |
| prod_name_en | String | 英文品名 | 是 |
| weight | String | 重量(g) | 是 |
| width | String | 宽(cm) | 是 |
3、请求示例
{"sku_list": [{"brand": "XTOOL牌","client_code": "20","client_type": 2,"code": "mabang-sku-002","height": "1","length": "1","name": "圆形雕刻皮补丁-76*76mm-黑银-10pcs","origin_country": "US","prod_name_en": "","weight": "1","width": "1"}]}
4、响应参数
| 名称 | 数据类型 | 说明 |
|---|---|---|
| »code | Integer | 响应码 |
| »message | String | 提示信息 |
| »data | String | 响应数据 |
| client_code | String | 店铺id |
| client_type | Integer | 店铺类型 |
| code | String | SKU 编码 |
| barcode | String | SKU 条形码 |
| barcodes | Array | 多个条形码 |
| name | String | SKU 名称 |
| prod_name_en | String | 英文品名 |
| description | String | 描述 |
| declare_name | String | 报关名称 |
| origin_country | String | 仓库所在国家 |
| color | String | 颜色 |
| size | String | 尺寸 |
| battery_type | String | 商品报关信息-是否包含电池 |
| number_of_battery | String | 商品报关信息-报关编码 |
| sku_images | Array | SKU 商品展示图 |
| weight | String | 重量(g) |
| length | String | 长(cm) |
| width | String | 宽(cm) |
| height | String | 高(cm) |
| brand | String | 品牌 |
| declarevalue | String | 申报价值 |
| claredescription | String | 申报品名 |
5、响应示例
{"code": 201,"data": [{"client_code": "20","client_type": 2,"code": "mabang-sku-002","barcode": null,"barcodes": null,"name": "圆形雕刻皮补丁-76*76mm-黑银-10pcs","prod_name_en": "","description": null,"declare_name": null,"origin_country": "US","hts_code": null,"category_id": null,"category_name_1": null,"category_name_2": null,"category_name_3": null,"color": null,"size": null,"line": null,"style": null,"season": null,"gender": null,"business_line": null,"product_type": null,"ingredient": null,"business_type": null,"model": null,"battery_type": null,"number_of_battery": null,"manufacturer_name": null,"manufacturer_address": null,"queue_order": null,"box_qty": 0,"is_serial_number_required": null,"capture_serial_number_in": null,"serial_number_formats": [],"status": true,"is_virtual_sku": null,"virtual_sku_bundling_configuration": [],"is_sku_verification_required": null,"sku_images": [],"weight": "1","length": "1","width": "1","height": "1","brand": "XTOOL牌","declarevalue": "0","claredescription": null,"is_batch_required": null,"is_packing_material": null,"is_expire_date_required": null,"is_manufacture_date_required": null}],"message": "Created successfully"}
