Headers
Your organization-level Trackstar API key.
"<x-trackstar-api-key>"
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
"<x-trackstar-access-token>"
Query Parameters
The page token to use to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
"page_token"
The maximum number of items to return. The default is 1000.
1000
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.
Same syntax as created_date.
The status of the order. See the order information for more details.
The ID of the customer associated with the resource
The channel the order was placed on.
The type of order: d2c, b2b, dropship, or transfer.
A user-friendly identifier for the order.
An external unique identifier for the order.
The date the order must be shipped by. Same syntax as created_date/updated_date.
Response
Successful response