-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- 头程入库
- FBA订单
- 来货单
- 出库单
- 库存管理
- 逆向物流服务
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
查询Sku在某个仓库的库存情况
GET http://openapi.ck1info.com/v1/inventories?Skus={Skus}&WarehouseId={WarehouseId}
接口说明: 查询Sku在某个仓库的库存情况输入参数
URI Parameters
名称 类型 格式要求 是否必须 描述 示例值 Skus string None.
必须
商家SKU,sku间用英文逗号隔开,最多30个
bag-y001,bag-y002
WarehouseId string 长度: 0 ~ 30
必须
仓库Id
US
返回结果
名称 类型 格式要求 是否必须 描述 示例值 WarehouseId string None.
仓库Id
US
Sku string None.
商家Sku
bag-y001
Ck1Sku string None.
出口易Sku
bag-y001_MN006334
StorageNo string None.
库存编码
YY09UIY987985
Weight integer None.
重量(g)
600
Length decimal number None.
长(cm)
20
Width decimal number None.
宽(cm)
10
Height decimal number None.
高(cm)
25
DeclareName string None.
申报名称
bag
DeclareNameCn string None.
中文申报名称
DeclareValue decimal number None.
申报价值(USD)
5
ProductFlag ProductFlag None.
产品类型
Simple
ProductAttribute ProductAttribute None.
产品属性
TotalStockQty integer None.
实际库存数
20
AvailStockQty integer None.
可用库存数
20
InTransitStockQty integer None.
在途库存数
20
CreateTime string None.
创建时间
2015-01-02T15:01:01Z
[ { "WarehouseId": "sample string 1", "Sku": "sample string 2", "Ck1Sku": "sample string 3", "StorageNo": "sample string 4", "Weight": 5, "Length": 6, "Width": 7, "Height": 8, "DeclareName": "sample string 9", "DeclareNameCn": "sample string 10", "DeclareValue": 11, "ProductFlag": "Simple", "ProductAttribute": "GeneralCargo", "TotalStockQty": 12, "AvailStockQty": 13, "InTransitStockQty": 14, "CreateTime": "sample string 15" }, { "WarehouseId": "sample string 1", "Sku": "sample string 2", "Ck1Sku": "sample string 3", "StorageNo": "sample string 4", "Weight": 5, "Length": 6, "Width": 7, "Height": 8, "DeclareName": "sample string 9", "DeclareNameCn": "sample string 10", "DeclareValue": 11, "ProductFlag": "Simple", "ProductAttribute": "GeneralCargo", "TotalStockQty": 12, "AvailStockQty": 13, "InTransitStockQty": 14, "CreateTime": "sample string 15" } ]