POST
/
shipment-orders

Authorizations

Authorization
string
headerrequired

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

Headers

Content-Type
string
required
Authorization
string
required

Body

application/json
callerType
enum<string>
required

Type of caller initiating the shipment

Available options:
SHIPPER,
CARRIER,
RSE
accounts
object[]
required

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

parcels
object[]
required

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

Response

200 - application/json
message
string