Products
Create a Kit Product
Get the required, optional, and integration specific fields by calling the integrations endpoint.
POST
/
wms
/
kits
Headers
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Body
application/json
sku
name
The Global Trade Item Number of the product. i.e. UPC, EAN, or ISBN.
Inventory Items that make up this kit.
A list of custom tags associated with the kits. A tag can be either a string or a dictionary with one key-value pair. e.g. ['tag1', 'tag2', {'key1': 'value1'}]