- WMS Sandbox — orders, inventory, products, returns, and more
- Cart Sandbox — orders, products, and warehouses
- Carrier Sandbox — invoice line items
1. Get an API key
You will need an API key to make API calls. See the Getting Started page for how to get one.2. Get your Sandbox Access Token
We automatically generate sandbox data for each vertical when you sign up for Trackstar. Navigate to the connections page and find the connection rows with Integration Name “Sandbox”. Click on the key icon to get the access token for the sandbox you want to use.3. Make API calls
Now you can use the API Key and Access Token to make API calls to the sandbox.4. Sandbox Integration in Trackstar Link
You can enable Sandbox integrations in Trackstar Link by setting thesandbox prop in the Trackstar React Component.
If you go through the auth flow for a Sandbox integration, it will return an auth code that you can exchange for an access token.
This is useful for:
- Testing the end-to-end Trackstar integration flow without needing real integration credentials.
- Completing the link exchange generates sandbox data and returns an access token that you can use to make API calls to the sandbox. (Like in step 2 above)
5. Data Explorer
The Trackstar Dashboard includes a Data Explorer that lets you view and edit data directly in the browser. This is available for both sandbox and production connections. Navigate to the Data Explorer in the dashboard to:- Browse all resources (orders, inventory, products, etc.) for any connection
- Edit sandbox data to simulate scenarios like fulfilling an order or updating inventory
- View production data to debug issues or verify sync results
- Switch between WMS, Cart, and Carrier tabs and toggle between Sandbox and Production data
