Get the required, optional, and integration specific fields by calling the integrations endpoint.
Your organization-level Trackstar API key.
"<x-trackstar-api-key>"
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
"<x-trackstar-access-token>"
A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
["tag1", "tag2", { "tag3": "value3" }]A list of inventory items included in the return.
[{ "sku": "sku", "quantity": 1 }]