-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- FBA订单
- 头程入库
- 出库单
- 来货单
- 逆向物流服务
- 库存管理
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
查询多箱中转出库单装箱打托明细
GET https://eu-openapi.chukou1.cn:84/v1/batchOutboundOrder/{CustomerOrderNo}
½Ó¿Ú˵Ã÷: 查询多箱中转出库单装箱打托明细
Http 200 - 成功
Http 404 - CustomerOrderNo不存在ÊäÈë²ÎÊý
URI Parameters
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ CustomerOrderNo string None.
±ØÐë
第三方单号
·µ»Ø½á¹û
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ CustomerOrderNo string None.
第三方系统订单号,具有唯一性
BoxDetails Collection of BoxDetail None.
装箱明细
PalletDetails Collection of PalletDetail None.
托盘明细
Remark string None.
备注
{ "CustomerOrderNo": "sample string 1", "BoxDetails": [ { "BoxNo": "sample string 1", "Weight": "sample string 2", "Size": "sample string 3", "PalletNo": "sample string 4", "SkuDetails": [ { "StorageNo": "sample string 1", "Quantity": 2 }, { "StorageNo": "sample string 1", "Quantity": 2 } ] }, { "BoxNo": "sample string 1", "Weight": "sample string 2", "Size": "sample string 3", "PalletNo": "sample string 4", "SkuDetails": [ { "StorageNo": "sample string 1", "Quantity": 2 }, { "StorageNo": "sample string 1", "Quantity": 2 } ] } ], "PalletDetails": [ { "PalletNo": "sample string 1", "Weight": "sample string 2", "Size": "sample string 3", "BoxNos": [ "sample string 1", "sample string 2" ] }, { "PalletNo": "sample string 1", "Weight": "sample string 2", "Size": "sample string 3", "BoxNos": [ "sample string 1", "sample string 2" ] } ], "Remark": "sample string 2" }