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.

For Orders to be booked, they must first be labelled.

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.