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
AuthorizationBearer
OAuth2 authentication using JWT tokens
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)
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error

