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. Use this endpoint to answer how much stock or how many fulfillable units of an item are available.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Path parameters
inventoryId
Response
OK
inventory_id
name
sku
total_awaiting_quantity
total_backordered_quantity
total_committed_quantity
total_exception_quantity
total_fulfillable_quantity
total_internal_transfer_quantity
total_on_hand_quantity
total_sellable_quantity
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error

