Get an inventory item
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Path parameters
inventoryId
The inventory id to get
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.

