-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- 头程入库
- FBA订单
- 来货单
- 出库单
- 库存管理
- 逆向物流服务
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
查询sku状态
POST http://openapi.ck1info.com/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 满足正则: ^[a-zA-Z0-9-]{2,25}$
长度: 0 ~ 25
自定义库存编码(商品条码)
Y09UIY987985
HsCode string 长度: 0 ~ 100
必须
海关编码(HS CODE出口国)
HsCode
ProductDescription string 长度: 0 ~ 2000
必须
产品描述
Sample description
DeclareName string 满足正则: (?![\d\s]+$)^[a-zA-Z_\s0-9\-\(\)\'&,\|]+$
长度: 0 ~ 100
必须
申报名称
bag
DeclareValue decimal number 浮点数格式: 18,2
必须
申报价值(USD)
5
ProductAttribute ProductAttribute None.
产品属性
ImportHsCode string 满足正则: ^\d{6,50}$|^$
长度: 6 ~ 10
海关编码(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 } ]