Skip to main content
POST
Create shipment orders

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string
required
Example:

"application/json"

Authorization
string
required
Example:

"Bearer token"

Body

application/json
callerType
enum<string>
required

Type of caller initiating the shipment

Available options:
SHIPPER,
CARRIER,
RSE
Example:

"SHIPPER"

accounts
object[]
required

List of account details. A minimum of 1 and a maximum of 3 accounts can be provided.

Required array length: 1 - 3 elements
parcels
object[]
required

Array containing details for each parcel in the shipment. Maximum of 10 parcels allowed.

Required array length: 1 - 10 elements

Response

Shipment order created successfully.

message
string
Example:

"SUCCESS"