Analytics
Create shipment orders
This endpoint allows users to create a new shipment order with parcel and account details.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
List of account details. A minimum of 1 and a maximum of 3 accounts can be provided.
Type of caller initiating the shipment
Available options:
SHIPPER
, CARRIER
, RSE
Array containing details for each parcel in the shipment. Maximum of 10 parcels allowed.
Response
200 - application/json