Analytics
Create shipment orders
This endpoint allows users to create a new shipment order with parcel and account details.
POST
/
shipment-orders
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type
string
requiredAuthorization
string
requiredBody
application/json
callerType
enum<string>
requiredType of caller initiating the shipment
Available options:
SHIPPER
, CARRIER
, RSE
accounts
object[]
requiredList of account details. A minimum of 1 and a maximum of 3 accounts can be provided.
parcels
object[]
requiredArray containing details for each parcel in the shipment. Maximum of 10 parcels allowed.
Response
200 - application/json
message
string