Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Example:
"application/json"
Example:
"Bearer token"
Body
application/json
Type of caller initiating the shipment
Available options:
SHIPPER
, CARRIER
, RSE
Example:
"SHIPPER"
List of account details. A minimum of 1 and a maximum of 3 accounts can be provided.
Required array length:
1 - 3
elementsArray containing details for each parcel in the shipment. Maximum of 10 parcels allowed.
Required array length:
1 - 10
elementsResponse
Shipment order created successfully.
Example:
"SUCCESS"