-
开发者必读
创建多箱中转出库单
POST http://openapi.ck1info.com/v1/batchOutboundOrder
接口说明: 创建多箱中转出库单
Http 200 - 提交成功
Http 400 - 提交的数据有误,请检查
如果需要打托,是否打托标志请填写为true,打托明细如果不填则代表仓库自由打托;
如果需要装箱,是否装箱标志请填写为true,装箱明细如果不填则代表仓库自由装箱;
如果是一箱一件的情况,是否装箱标志请填写false,不需要提供装箱明细,但SKU明细需填写;输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 CustomerOrderNo string 长度: 0 ~ 50
必须
0-50,(第三方系统订单号,具有唯一性)
WareHouseCode string None.
必须
发货仓库编码
CarrierName string None.
物流商名称(自提快递服务必填)
CarrierService string None.
物流商服务(自提快递服务必填)
Priority integer None.
优先级(数值越大越优先,默认1)
ServiceCode string 长度: 0 ~ 30
必须
物流渠道
IsPallet boolean None.
是否打托(默认false)
IsBoxed boolean None.
是否装箱(默认false)如果为否,装箱明细则一定为空; 为是,并且装箱明细为空,则代表仓库自由装箱
ShipToAddress ShipToAddress None.
必须
收件人信息 收货地址,联系人等, 直接使用现有地址结构
ShipmentId string 长度: 0 ~ 15
FBA Shipment ID(最大长度: 15)
ReferenceId string 长度: 0 ~ 12
Amazon Reference ID(最大长度: 12)
ScheduledTime date None.
必须
预约时间
Remark string 长度: 0 ~ 200
备注(最大长度: 200)
SkuDetails Collection of SkuDetail None.
SKU明细 当有装箱明细时,可为空
SkuRelabelDetails Collection of SkuRelabelDetail None.
SKU换标明细 不需要换标时,可为空
BoxDetails Collection of BoxDetail None.
装箱明细
PalletDetails Collection of PalletDetail None.
托盘明细
{ "CustomerOrderNo": "sample string 1", "WareHouseCode": "sample string 2", "CarrierName": "sample string 3", "CarrierService": "sample string 4", "Priority": 5, "ServiceCode": "sample string 6", "IsPallet": true, "IsBoxed": true, "ShipToAddress": { "TaxId": "sample string 1", "HouseNumber": "sample string 2", "RecipientBirthday": "sample string 3", "IDNumber": "sample string 4", "BankCardLast4digits": "sample string 5", "PaymentType": "sample string 6", "IssuingInstitution": "sample string 7", "Taxfree": "sample string 8", "DutyParagraph": "sample string 9", "Contact": "sample string 10", "Phone": "sample string 11", "Email": "sample string 12", "Country": "sample string 13", "Province": "sample string 14", "City": "sample string 15", "Street1": "sample string 16", "Street2": "sample string 17", "Postcode": "sample string 18" }, "ShipmentId": "sample string 9", "ReferenceId": "sample string 10", "ScheduledTime": "2025-04-02T21:09:39.168+08:00", "Remark": "sample string 12", "SkuDetails": [ { "StorageNo": "sample string 1", "Quantity": 2 }, { "StorageNo": "sample string 1", "Quantity": 2 } ], "SkuRelabelDetails": [ { "OriginalStorageNo": "sample string 1", "NewStorageNo": "sample string 2", "Quantity": 3 }, { "OriginalStorageNo": "sample string 1", "NewStorageNo": "sample string 2", "Quantity": 3 } ], "BoxDetails": [ { "BoxNo": "sample string 1", "BoxType": "sample string 2", "SkuDetails": [ { "StorageNo": "sample string 1", "Quantity": 2 }, { "StorageNo": "sample string 1", "Quantity": 2 } ] }, { "BoxNo": "sample string 1", "BoxType": "sample string 2", "SkuDetails": [ { "StorageNo": "sample string 1", "Quantity": 2 }, { "StorageNo": "sample string 1", "Quantity": 2 } ] } ], "PalletDetails": [ { "PalletNo": "sample string 1", "PalletizingDetails": [ { "Code": "sample string 1", "Quantity": 2 }, { "Code": "sample string 1", "Quantity": 2 } ] }, { "PalletNo": "sample string 1", "PalletizingDetails": [ { "Code": "sample string 1", "Quantity": 2 }, { "Code": "sample string 1", "Quantity": 2 } ] } ] }
返回结果
名称 类型 格式要求 是否必须 描述 示例值 CustomerOrderNo string None.
第三方单号
Ck1OrderId string None.
出口易订单号
Success boolean None.
是否成功
Message string None.
报错信息
{ "CustomerOrderNo": "sample string 1", "Ck1OrderId": "sample string 2", "Success": true, "Message": "sample string 4" }