-
开发者必读
读取在途库存SKU接口
POST https://eu-openapi.chukou1.cn:87/v1/InventoryPutawayOrder/SkuInboundInfo
½Ó¿Ú˵Ã÷: 读取在途库存SKU接口
Http 200 - 成功
Http 400 -读取数据有误,请检查ÊäÈë²ÎÊý
Body Parameters
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ StorageNoList Collection of string None.
±ØÐë
库存编码列表
WarehouseCode string None.
仓库代码(传空代表查所有仓库)
TimeFrom date None.
±ØÐë
来货单创建时间开始时间
TimeTo date None.
±ØÐë
来货单创建时间结束时间
{ "StorageNoList": [ "sample string 1", "sample string 2" ], "WarehouseCode": "sample string 1", "TimeFrom": "2024-11-25T18:50:11.395+08:00", "TimeTo": "2024-11-25T18:50:11.395+08:00" }
·µ»Ø½á¹û
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ WarehouseCode string None.
仓库代码
StorageNo string None.
库存编码
CustomerQuantity integer None.
客户填写的申报数量
ReceivedQuantity integer None.
来货单,货物的实际到仓总数量
InTransitQuantity integer None.
在途数量
[ { "WarehouseCode": "sample string 1", "StorageNo": "sample string 2", "CustomerQuantity": 3, "ReceivedQuantity": 4, "InTransitQuantity": 5 }, { "WarehouseCode": "sample string 1", "StorageNo": "sample string 2", "CustomerQuantity": 3, "ReceivedQuantity": 4, "InTransitQuantity": 5 } ]