List inventory items
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Query parameters
Page
Page of inventory items to get
Limit
Amount of inventory items per page to request
IsActive
Whether the inventory should be active or not
IsDigital
Whether the inventory is digital or not
IDs
Comma separated inventory ids to filter by
Sort
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
Search is available for 2 fields, Inventory ID and Name -
1. Expected behavior for search by Inventory ID is exact match
2. 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
LocationType is valid for hub, spoke, or lts.
LocationType will default to all locations.
Response
Success
dimensions
Information about an inventory item's dimensions
fulfillable_quantity_by_fulfillment_center
Fulfillable quantity of this inventory item broken down by fulfillment center location
fulfillable_quantity_by_lot
Fulfillable quantity of this inventory item broken down by lot
id
Unique id of the inventory item
is_active
Whether the inventory is active or not
is_case_pick
True if the inventory item is marked as case pick
is_digital
True if the inventory item is marked as a digital item
is_lot
True if this inventory item is organized into lots
name
Name of the inventory item
packaging_attribute
total_awaiting_quantity
Total quantity in unreceived receiving orders for this inventory item
total_backordered_quantity
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
Total committed quantity of this inventory item
total_exception_quantity
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
Total fulfillable quantity of this inventory item
total_internal_transfer_quantity
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
Total onhand quantity of this inventory item
total_sellable_quantity
Total quantity that can be sold without overselling the inventory item.
This is calculated by subtracting the total exception quantity from the
fulfillable quantity.

