List inventory items
Authorizations
Provide your personal access token in the format 'Bearer {your_personal_access_token}'
Query Parameters
Page of inventory items to get
0 <= x <= 2147483647
Amount of inventory items per page to request
1 <= x <= 250
Whether the inventory should be active or not
Whether the inventory is digital or not
Comma separated inventory ids to filter by
Sort will default to ascending order for each field. To sort in descending order please pass a "-" in front of the field name. For example, Sort=-onHand,name will sort by onHand descending
Search is available for 2 fields, Inventory ID and Name -
- Expected behavior for search by Inventory ID is exact match
- Expected behavior for search by Inventory Name is partial match, i.e. does not have to be start of word, but must be consecutive characters. This is not case sensitive.
LocationType is valid for hub, spoke, or lts. LocationType will default to all locations.
Response
Information about an inventory item's dimensions
Fulfillable quantity of this inventory item broken down by fulfillment center location
Break down of fulfillable quantity by fulfillment center
Fulfillable quantity of this inventory item broken down by lot
Break down of fulfillable quantity by lot
Unique id of the inventory item
Whether the inventory is active or not
True if the inventory item is marked as case pick
True if the inventory item is marked as a digital item
True if this inventory item is organized into lots
Name of the inventory item
"Medium Blue T-Shirt"
Total quantity in unreceived receiving orders for this inventory item
The amount of the item you need to send to ShipBob to fulfill all exception orders containing the item. This is the exception_quantity less the fulfillable_quantity of the item.
Total committed quantity of this inventory item
The total quantity of all items that are contained within orders that are in exception/out of stock status. Out of stock orders have not been processed and therefore do not have lot or fulfillment centers assigned.
Total fulfillable quantity of this inventory item
The total quantity of all items that are in the process of internal transit between ShipBob fulfillment centers. These items are not pickable or fulfillable until they have been received and moved to the "On Hand" quantity of the destination FC. Internal transit quantities for each FC represent the incoming transfer stock for that specific location.
Total onhand quantity of this inventory item
Total quantity that can be sold without overselling the inventory item. This is calculated by subtracting the total exception quantity from the fulfillable quantity.
Was this page helpful?