Dispatch orders
The DispatchOrders API provides the necessary carrier manifest, encoded as a base64 byte array, and a printing URL for all orders with printed labels since the last DispatchOrders call.
Body
"eCommerce order number" as passed down in the order payload. For Shopify, should be either the Shopify Order Name (default), e.g. #12345; or the Shopify Order Number, e.g. 12345.
When dispatching from multiple hubs, indicates for a given call which hub the related shipment will be dispatched from.
Response
Successful response.
Indicates whether the API call was successful.
Description of the error for getting documents.
List of OrderDocument objects that hold shipper manifest documents.
List of Merchant.ParcelTracking objects, each holding the parcel tracking number and full tracking URL for the relevant shipper (with the parcel tracking number).
Order tracking information.
List of DeliveryAdviceInformation objects that hold the information required for the Delivery Advice document.

