Get All Orders
Returns all Orders for the WMS connection associated with the provided access token.
Headers
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Query Parameters
The page token to use to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
Use this parameter to retrieve items filtered to a specific date range. For example, to get all items between 2023-03-10 and 2023-03-22, you would send created_date[gt]=2023-03-10T00:00:00Z&created_date[lt]=2023-03-22T00:00:00Z.
See the filtering docs for more. The date format must always be YYYY-MM-DDTHH:MM:SSZ.
Comma-separated.
Comma-separated.
Same syntax as created_date
.
Comma-separated.
Comma-separated.
The maximum number of items to return. The default is 1000.
A comma separated list of resource Ids. If provided, all other query params are ignored.
Comma-separated.
The status of the order. See the order information for more details.
open
, confirmed
, processing
, picked
, packed
, partially_fulfilled
, fulfilled
, exception
, cancelled
, backordered
, other
open
, confirmed
, processing
, picked
, packed
, partially_fulfilled
, fulfilled
, exception
, cancelled
, backordered
, other
open
, confirmed
, processing
, picked
, packed
, partially_fulfilled
, fulfilled
, exception
, cancelled
, backordered
, other
Comma-separated.
open
, confirmed
, processing
, picked
, packed
, partially_fulfilled
, fulfilled
, exception
, cancelled
, backordered
, other
Comma-separated.
open
, confirmed
, processing
, picked
, packed
, partially_fulfilled
, fulfilled
, exception
, cancelled
, backordered
, other
The ID of the customer associated with the resource
Comma-separated.
Comma-separated.
The channel the order was placed on
Comma-separated.
Comma-separated.
The type of order: d2c, b2b, or dropship
d2c
, b2b
, dropship
d2c
, b2b
, dropship
d2c
, b2b
, dropship
Comma-separated.
d2c
, b2b
, dropship
Comma-separated.
d2c
, b2b
, dropship
A user-friendly identifier for the order
Comma-separated.
Comma-separated.
An external unique identifier for the order
Comma-separated.
Comma-separated.
The date the order must be shipped by. Same query syntax as created_date/updated_date
Response
See pagination for more details.
The number of items returned.