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.
Headers
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Path Parameters
Response
Whether the inventory item is active.
Inventory that the warehouse is awaiting delivery of.
Inventory that is already assigned to orders.
The date the inventory item was created.
URL link to the inventory item in the external system (WMS/Freight etc).
Inventory that can be fulfilled for orders.
The unique ID of the inventory item.
Inventory broken down by warehouse.
A list of locations within a warehouse where the inventory item is stored.
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.
The date that the lot expires.
Lot ID.
The total amount of inventory in the lot.
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
name
The total amount of inventory in the warehouse.
Inventory that is available in sales channels.
sku
A list of inventory item SKUs that can replace this item if it runs out of stock.
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'}]
Inventory that can't be fulfilled for orders (e.g. damaged/quarantined).
The cost of a single unit of the inventory item.
This field is deprecated.
The date the inventory item was last updated.
The ID of the merchant/tenant/customer that owns the inventory item. Can be passed into the Warehouse Customer endpoint for more details.