Trackstar API provides a sandbox environment for testing and development.
The sandbox environment is a copy of the production environment, but with mocked out data. You can use the sandbox to get familiar with the API and test your integrations, without affecting your production data.
You will need an API key to make API calls. See the Getting Started page for how to get one.
We automatically generate sandbox data for you when sign up for Trackstar. Navigate to the connections page and find the connection row with Integration Name “Sandbox”. Click on the key icon to get the access token.
Now you can use the API Key and Access Token to make API calls to Trackstar’s sandbox!
You can read the API reference for all supported operations.
You can enable a “Sandbox” integration in Trackstar Link by setting the sandbox
prop in the Trackstar React Component.
If you go through the auth flow for the Sandbox integration, it will return an auth code that you can exchange for an access token.
This is useful for:
You can view and edit the Sandbox data directly in the Trackstar Dashboard.
This data matches the data you see in the API responses. Within the UI you can simulate common WMS operations such as fulfulling an order and see the changes reflected in the API responses. Additionally, all changes will trigger webhooks, so you can test your integration with Trackstar’s webhooks as well.
Trackstar API provides a sandbox environment for testing and development.
The sandbox environment is a copy of the production environment, but with mocked out data. You can use the sandbox to get familiar with the API and test your integrations, without affecting your production data.
You will need an API key to make API calls. See the Getting Started page for how to get one.
We automatically generate sandbox data for you when sign up for Trackstar. Navigate to the connections page and find the connection row with Integration Name “Sandbox”. Click on the key icon to get the access token.
Now you can use the API Key and Access Token to make API calls to Trackstar’s sandbox!
You can read the API reference for all supported operations.
You can enable a “Sandbox” integration in Trackstar Link by setting the sandbox
prop in the Trackstar React Component.
If you go through the auth flow for the Sandbox integration, it will return an auth code that you can exchange for an access token.
This is useful for:
You can view and edit the Sandbox data directly in the Trackstar Dashboard.
This data matches the data you see in the API responses. Within the UI you can simulate common WMS operations such as fulfulling an order and see the changes reflected in the API responses. Additionally, all changes will trigger webhooks, so you can test your integration with Trackstar’s webhooks as well.