Book an order

The book API initiates a booking with the respective carriers. The book API accepts an array of orders to book, this initiates a booking with the respective carriers of the orders sent in.

Book orders

POST /book

Given an array of orders, this initiates a booking with their respective couriers. Orders must be labelled first before they can be booked. A maximum of 1000 orders can be booked at a time.

Body

{
  "orders": [
    "PPKNpNhR0A5Ud",
    "PP2ZlACi2vtxNY",
    "PPKNpNhR0A5Ud"
  ]
}

Book document

GET /book/{manifest_id}/document

Get manifest document from the courier

Properties

Name Type Required Restrictions Description
orders [string] true none An array of Shippit tracking numbers, corresponding to the orders which you would like to book.