v1

latestOpenAPI 3.0.32026-07-242666111.1 KB
orders

Create a multibox order that groups multiple packages (children) under a single parent order (master). All children share the same origin, destination, sender and recipient. Useful when a single shipment contains multiple parcels that must travel together.

Minimum 1 child, maximum 20 children per order.

post/api/v3/orders/multibox

Request body

deliveryType'SMD' | 'NXD' | 'SPT' | '99M' | 'CO2' | 'RET' | 'ECO' | 'P2P' | 'NAL' | 'XBD' required

Delivery type code. Supported values: SMD (SameDay), NXD (NextDay), SPT (Sprint, auto-converted to NXD), 99M, CO2, RET, ECO, P2P, NAL, XBD.

packageSize'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl'

General package size for the order.

internalKeystring

Unique internal key for the order. If already used, the error INTERNAL_KEY_ALREADY_EXISTS is returned.

Response

Multibox order created successfully

traceIdstring

Trace identifier for support and debugging.

messagestring

Descriptive result message.