Skip to main content
GET
/
wms
/
orders
/
{order_id}
Get Order
curl --request GET \
  --url https://production.trackstarhq.com/wms/orders/{order_id} \
  --header 'x-trackstar-access-token: <x-trackstar-access-token>' \
  --header 'x-trackstar-api-key: <x-trackstar-api-key>'
{}

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

Example:

"<x-trackstar-api-key>"

x-trackstar-access-token
string
required

Your user's access token for a specific integration (ShipHero, Extensiv, etc).

Example:

"<x-trackstar-access-token>"

Path Parameters

order_id
string
required

Response

Successful response

data
WmsOrderApiItemSchema · object