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.
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"
}DEPRECATED: Use available_actions instead.
Endpoints supported by the integration
["GET /inventory", "GET /products"]