Skip to main content
POST

Authorizations

Authorization
string
header
required

Body

application/json

This endpoint accepts a JSON request body that contains account details, caller type, currency, label format, and parcel information.

fulfilmentNode
string
required

The identifier of the fulfilment node processing the shipment.

Example:

"NODE123"

accounts
object[]

A list of accounts requesting the shipping labels.

Example:
callerType
string

The type of caller initiating the request, such as SHIPPER or WMS.

Example:

"WMS"

currency
string

The currency in which the transaction is carried out.

Example:

"USD"

labelFormat
string

The format of the generated label (e.g., PDF or ZPL).

Example:

"PDF"

parcels
object[]

A list of parcels being shipped, including dimensions, references, and other parcel-specific data.

sendAllServiceAttributes
boolean

Whether to send all service attributes related to the shipment.

Example:

true

sendTNT
boolean

Whether to include TNT information for the shipment.

Example:

true

shipmentDate
string

The date and time when the shipment is planned to be made, in ISO 8601 format.

Example:

"2024-12-22T06:34:00"

sortOrder
string

The order in which shipment options should be sorted.

Example:

"rate"

Response

200 - application/json

All successful Label responses

currency
string
Example:

"USD"

parcels
object[]
Example:
zplEncoded
string
Example:

"false"