-
开发者必读
查询sku状态
POST https://eu-openapi.chukou1.cn/v1/sku/lists
½Ó¿Ú˵Ã÷: 查询sku状态ÊäÈë²ÎÊý
Body Parameters
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ SkuList Collection of string None.
需要查询的Sku列表,最多支持100个。两个查询条件二选一
CustomStorageNoList Collection of string None.
需要查询的自定义库存编码(商品条码),最多支持100个。两个查询条件二选一
ProductStorageQuery ProductStorageModel None.
{ "SkuList": [ "sample string 1", "sample string 2" ], "CustomStorageNoList": [ "sample string 1", "sample string 2" ], "ProductStorageQuery": { "StorageNo": "sample string 1", "ClinetId": 2, "WarehouseId": 3 } }
·µ»Ø½á¹û
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ Sku string ³¤¶È: 0 ~ 100
±ØÐë
商家SKU
bag-y001
CustomStorageNo string ³¤¶È: 0 ~ 25
Âú×ãÕýÔò: ^[a-zA-Z0-9-]{2,25}$
自定义库存编码(商品条码)
Y09UIY987985
HsCode string ³¤¶È: 0 ~ 100
±ØÐë
海关编码(HS CODE出口国)
HsCode
ProductDescription string ³¤¶È: 0 ~ 2000
±ØÐë
产品描述
Sample description
DeclareName string ³¤¶È: 0 ~ 100
Âú×ãÕýÔò: (?![\d\s]+$)^[a-zA-Z_\s0-9\-\(\)\'&,\|]+$
±ØÐë
申报名称
bag
DeclareValue decimal number ¸¡µãÊý¸ñʽ: 18,2
±ØÐë
申报价值(USD)
5
ProductAttribute ProductAttribute None.
产品属性
ImportHsCode string ³¤¶È: 6 ~ 10
Âú×ãÕýÔò: ^\d{6,50}$|^$
海关编码(HsCode-进口国)
Brand string None.
品牌
Material string ³¤¶È: 0 ~ 50
材料-英文
MaterialCN string ³¤¶È: 0 ~ 50
材料-中文
ApprovalStatus string None.
审批状态
Pending 待审批、Approved 已审批、Rejected 审批不通过
Weight integer None.
重量(g)
600
Length decimal number None.
长(cm)
20
Width decimal number None.
宽(cm)
10
Height decimal number None.
高(cm)
25
[ { "Sku": "sample string 1", "CustomStorageNo": "sample string 2", "HsCode": "sample string 3", "ProductDescription": "sample string 4", "DeclareName": "sample string 5", "DeclareValue": 6, "ProductAttribute": "GeneralCargo", "ImportHsCode": "sample string 7", "Brand": "sample string 8", "Material": "sample string 9", "MaterialCN": "sample string 10", "ApprovalStatus": "sample string 11", "Weight": 12, "Length": 13, "Width": 14, "Height": 15 }, { "Sku": "sample string 1", "CustomStorageNo": "sample string 2", "HsCode": "sample string 3", "ProductDescription": "sample string 4", "DeclareName": "sample string 5", "DeclareValue": 6, "ProductAttribute": "GeneralCargo", "ImportHsCode": "sample string 7", "Brand": "sample string 8", "Material": "sample string 9", "MaterialCN": "sample string 10", "ApprovalStatus": "sample string 11", "Weight": 12, "Length": 13, "Width": 14, "Height": 15 } ]