-
开发者必读
创建sku
POST http://openapi.ck1info.com/v1/merchantSkus
接口说明: 创建SKU,海外仓储必要操作
Http 201 - 创建成功
Http 200 - 创建成功,未更改数据
Http 400 - 提交的数据有误,请检查输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 Sku string 长度: 0 ~ 100
必须
商家SKU
bag-y001
CustomStorageNo string 满足正则: ^[\x00-\x7f]{3,50}$
长度: 0 ~ 25
自定义库存编码(商品条码)
Y09UIY987985
ProductName string 长度: 0 ~ 100
必须
产品名称
bag
HsCode string 满足正则: ^\d{6,10}$|^$
海关编码(HsCode-出口国)
ProductDescription string 长度: 0 ~ 2000
必须
产品描述
Sample description
Weight integer 范围: 1 ~ 2147483647
必须
重量(g)
600
Length decimal number 浮点数格式: 8,2
必须
长(cm)
25
Width decimal number 浮点数格式: 8,2
必须
宽(cm)
10
Height decimal number 浮点数格式: 8,2
必须
高(cm)
20
DeclareName string 满足正则: (?![\d\s]+$)^[a-zA-Z_\s0-9\-\(\)\'&,\|]+$
长度: 0 ~ 100
必须
申报名称
bag
DeclareNameCn string 长度: 0 ~ 100
中文申报名称
bag
DeclareValue decimal number 浮点数格式: 18,2
必须
申报价值(USD)
5
ProductFlag ProductFlag None.
产品类型
Simple
ProductAttribute ProductAttribute None.
产品属性
ProductModel string 长度: 0 ~ 100
产品说明
ProductAmountWarn integer 范围: 0 ~ 2147483647
库存警报
0
ProductCategory string 长度: 0 ~ 50
产品品类
bag
Brand string None.
品牌
迪士尼
Material string 长度: 0 ~ 50
材料-英文
MaterialCN string 长度: 0 ~ 50
材料-中文
ImportHsCode string 满足正则: ^\d{6,10}$|^$
海关编码(HsCode-进口国)
ProductRemark string 长度: 0 ~ 255
产品备注
书包
ProductImage string None.
请求数据为图片对应的BASE64码。图片大小只能在5M内, 目前只支持 JPG PNG JPNG 的图片类型
Suffix string None.
目前只支持 (JPG,PNG,JPNG,JPEG,GIF,SVG ) 的图片类型
JPG
ProductSize string None.
尺码
{ "Sku": "sample string 1", "CustomStorageNo": "sample string 2", "ProductName": "sample string 3", "HsCode": "sample string 4", "ProductDescription": "sample string 5", "Weight": 6, "Length": 7, "Width": 8, "Height": 9, "DeclareName": "sample string 10", "DeclareNameCn": "sample string 11", "DeclareValue": 12, "ProductFlag": "Simple", "ProductAttribute": "GeneralCargo", "ProductModel": "sample string 13", "ProductAmountWarn": 14, "ProductCategory": "sample string 15", "Brand": "sample string 16", "Material": "sample string 17", "MaterialCN": "sample string 18", "ImportHsCode": "sample string 19", "ProductRemark": "sample string 20", "ProductImage": "sample string 21", "Suffix": "sample string 22", "ProductSize": "sample string 23" }
返回结果
None.