API Documentation
- Management
- Sandbox
- Inventory
- Products
- Orders
- Inbound Shipments
- Shipping Methods
- Returns
- Billing
- Warehouses
- Warehouse Customers
Get Inventory Item
Returns a single Inventory Item for the WMS connection with the associated inventory id.
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Headers
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Path Parameters
Response
The unique ID of the inventory item.
The ID of the merchant/tenant/customer that owns the inventory item. Can be passed into the Warehouse Customer endpoint for more details.
The date the inventory item was created.
The date the inventory item was last updated.
name
sku
The cost of a single unit of the inventory item.
Whether the inventory item is active.
Inventory that the warehouse is awaiting delivery of.
The total amount of inventory in the warehouse.
Inventory that is already assigned to orders.
Inventory that can't be fulfilled for orders (e.g. damaged/quarantined).
Inventory that can be fulfilled for orders.
This field is deprecated.
Inventory that is available in sales channels.
A list of inventory item SKUs that can replace this item if it runs out of stock.
Inventory broken down by warehouse.
A lot is a specific batch of inventory items that are stored together and expire together. If an item doesn't expire, it is not allocated to a lot.
Lot ID.
The total amount of inventory in the lot.
The date that the lot expires.
The unit of measurement for the size of the inventory item.
cm
, in
The unit of measurement for the weight of the inventory item.
kg
, oz
, lb
A list of locations within a warehouse where the inventory item is stored.
URL link to the inventory item in the external system (WMS/Freight etc).
A list of custom tags associated with the inventory item. A tag can be either a string or a dictionary with one key-value pair. e.g. ['tag1', 'tag2', {'key1': 'value1'}]