Generates a sandbox with mocked out data. Uses the same connection ID every time, and will reset any existing sandbox. See the walkthrough for more information.
Documentation Index
Fetch the complete documentation index at: https://docs.trackstarhq.com/llms.txt
Use this file to discover all available pages before exploring further.
Your organization-level Trackstar API key.
"<x-trackstar-api-key>"
Successful response
The permanent access token for the integration used to make requests to the Trackstar API.
"your_permanent_access_token"
A unique connection ID for the integration.
"unique_connection_id"
The name of the integration that was installed.
"sandbox"
An identifier for your end customer.
"customer_id"
A list of actions that the integration supports.
Actions supported by the integration
["get_inventory", "get_products"]Information that helps identify the connected account. If null, the integration does not provide this information.
{
"account_id": "account_12345",
"account_name": "My WMS Account"
}