创建sku


POST https://eu-openapi.chukou1.cn:84/v1/merchantSkus
½Ó¿Ú˵Ã÷: 创建SKU,海外仓储必要操作
Http 201 - 创建成功
Http 200 - 创建成功,未更改数据
Http 400 - 提交的数据有误,请检查

ÊäÈë²ÎÊý

Body Parameters
Ãû³ÆÀàÐ͸ñʽҪÇóÊÇ·ñ±ØÐëÃèÊöʾÀýÖµ
Sku string

³¤¶È: 0 ~ 100

±ØÐë

商家SKU

bag-y001

CustomStorageNo string

³¤¶È: 0 ~ 25

Âú×ãÕýÔò: ^[\x00-\x7f]{3,50}$

自定义库存编码(商品条码)

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

³¤¶È: 0 ~ 100

Âú×ãÕýÔò: (?![\d\s]+$)^[a-zA-Z_\s0-9\-\(\)\'&,\|]+$

±ØÐë

申报名称

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.

尺码

ÊäÈë²ÎÊýµÄjsonÐÎʽ
{
  "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.