Get Inventory Levels
Retrieves the aggregated inventory levels for a specific inventory item across all locations, including available, on-hand, committed, and other quantity types.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Path parameters
inventoryId
Response
OK
inventory_id
Unique identifier for the inventory item
name
Name of the inventory item
sku
Stock keeping unit identifier
total_awaiting_quantity
Total quantity expected to arrive from receiving or transfers
total_backordered_quantity
Total quantity on backorder for pending shipments
total_committed_quantity
Total quantity reserved for existing orders and allocations
total_exception_quantity
Total quantity in exception status (damaged, lost, or under investigation)
total_fulfillable_quantity
Total quantity available to fulfill new orders (on-hand minus committed)
total_internal_transfer_quantity
Total quantity currently in transit between fulfillment centers
total_on_hand_quantity
Total quantity physically present in all fulfillment centers
total_sellable_quantity
Total quantity available for sale (fulfillable plus awaiting)

