-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- 头程入库
- FBA订单
- 来货单
- 出库单
- 库存管理
- 逆向物流服务
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
获取中国直发多箱订单状态
GET http://openapi.ck1info.com/v1/directExpressOrdersHaveBox/{packageId}/status
接口说明: 获取中国直发多箱订单状态,根据返回的Status属性判断订单是否创建成功
Http 200 - 成功
Http 404 - packageId不存在输入参数
URI Parameters
名称 类型 格式要求 是否必须 描述 示例值 packageId string None.
必须
直发包裹Id
返回结果
名称 类型 格式要求 是否必须 描述 示例值 ContainerInfos Collection of ContainerInfo None.
箱子信息
PackageId string None.
出库包裹ID
SMT23015236489
Ck1PackageId string None.
处理号
EUU20160808TST00001
Status CreateStatus None.
状态
Creating
HandleStatus DirectExpressOrderStatus None.
处理状态
Submitted
TrackingNumber string None.
跟踪号
T024963157
ExtraTrackNumber string None.
副跟踪号
AZ123456QW
IsFinalTrackingNumber boolean None.
是否是最终跟踪号,部分渠道是到仓后才会有最终跟踪号的
true
ShippingProvider string None.
承运商
DHL
CreateFailedReason UnShippedReason None.
创建失败原因
ShippingCosts Collection of ShippingCost None.
费用列表,已完成出库才会返回费用信息
HasRemoteFee boolean None.
是否产生偏远地区费用
WarehouseReceivedTime string None.
分拣仓收到货物时间 yyyy/MM/dd HH:mm:ss
WarehouseDepartedTime string None.
从分拣仓出库时间 yyyy/MM/dd HH:mm:ss
CreatedTime date None.
包裹创建时间
{ "ContainerInfos": [ { "CustomContainerNo": "sample string 1", "WeightInit": 2, "LengthInit": 3, "WidthInit": 4, "HeightInit": 5, "Weight": 6, "Length": 7, "Width": 8, "Height": 9 }, { "CustomContainerNo": "sample string 1", "WeightInit": 2, "LengthInit": 3, "WidthInit": 4, "HeightInit": 5, "Weight": 6, "Length": 7, "Width": 8, "Height": 9 } ], "PackageId": "sample string 1", "Ck1PackageId": "sample string 2", "Status": "Creating", "HandleStatus": "Initial", "TrackingNumber": "sample string 3", "ExtraTrackNumber": "sample string 4", "IsFinalTrackingNumber": true, "ShippingProvider": "sample string 6", "RetryCount": 7, "CreateFailedReason": { "ReasonCode": "sample string 1", "ReasonText": "sample string 2", "ExtendMessage": "sample string 3" }, "ShippingCosts": [ { "Money": 1, "Currency": "sample string 2", "Type": "None", "Remark": "sample string 3" }, { "Money": 1, "Currency": "sample string 2", "Type": "None", "Remark": "sample string 3" } ], "HasRemoteFee": true, "WarehouseReceivedTime": "sample string 9", "WarehouseDepartedTime": "sample string 10", "CreatedTime": "2025-06-27T03:01:50.1+08:00" }