-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- FBA订单
- 头程入库
- 出库单
- 来货单
- 逆向物流服务
- 库存管理
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
查询sku状态
POST https://eu-openapi.chukou1.cn:82/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 } ]