Paack APIs
Log In
Paack APIs

/api/v3/tracking/listStatuses

Retrieves the list of statuses. Querying is available with external IDs, time, and pagination. No query parameters returns all orders, 10 per response.

Query Params
string

Comma-separated IDs of the orders to retrieve the statuses for.

string

UTC start date in ISO format to retrieve orders for a specific time period. Dates must be written like: 2022-08-01T13:00:00Z, where Z stands for the zero UTC offset. Note that no other date format will be accepted.

string

UTC end date in ISO format to retrieve orders for a specific time period. Dates must be written like: 2022-08-01T13:00:00Z, where Z stands for the zero UTC offset. Note that no other date format will be accepted.

string

🚧 Currently being reworked. To construct your pagination URL, copy the value of the before field located in the links.next.href object and re-build your request by pasting it in the new endpoint definition. For example :listStatuses?before=6274c64b-667c-46f9-82e2-1dea5d006fa0...

string

🚧 Currently being reworked. To construct your pagination URL, copy the value of the after field located in the links.prev.href object and re-build your request by pasting it in the new endpoint definition. For example :listStatuses?after=6274c64b-667c-46f9-82e2-1dea5d006fa0...

integer
≥ 10
Defaults to 50

Number of orders to return in a single response. Minimum is 10, however we recommend using 50.

Responses

externalId must be unique).

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json