List deliveries
Authorizations
OAuth 2.0 client credentials. Exchange your client_id and client_secret for an access token scoped to the organisation that provides data access.
Headers
ID of the organisation the request operates on behalf of (e.g. org_...). Must be an organisation the API client has access to.
"org_01k83mfmhgchya944v86ryvhpq"
Query Parameters
Maximum number of items to return.
1 <= x <= 50Only return deliveries where any leg ships from the given site.
"ste_01k8g7aec6dt5zrtamc72ww446"
Only return deliveries where any leg ships to the given site.
"ste_01k8g7aec6dt5zrtamc72ww446"
Only return deliveries created from the given delivery config.
"dlvc_01kkygy9cxxqhhr93aw74aycbr"
Only return deliveries with the given status. Defaults to finished: drafts only appear when requested explicitly.
draft, finished Cursor representing the item ID after which to start listing results.