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.
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.
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:
Testing the end-to-end Trackstar integration flow without needing WMS 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)
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.