/api/v3/orders/multibox

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request payload for creating a multibox order. A multibox order groups multiple packages (children) under a single parent order (master), sharing origin, destination, sender and recipient.

string
enum
required

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

string
enum

General package size for the order.

Allowed:
origin
object

Location for origin or destination of a multibox order.

destination
object

Location for origin or destination of a multibox order.

sender
object

Person information for sender or recipient.

recipient
object

Person information for sender or recipient.

options
object

Additional delivery options.

string

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

children
array of objects
required
length between 1 and 20

Array of child packages. Minimum 1, maximum 20.

children*

A child package within a multibox order.

string

Internal key to individually identify the child package.

items
array of objects
required

Items contained in the child package.

items*
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json