Get Inventory Levels

View as Markdown

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

inventoryIdintegerRequired

Response

OK
inventory_idintegerOptional
Unique identifier for the inventory item
namestringOptional
Name of the inventory item
skustringOptional
Stock keeping unit identifier
total_awaiting_quantityintegerOptional
Total quantity expected to arrive from receiving or transfers
total_backordered_quantityintegerOptional
Total quantity on backorder for pending shipments
total_committed_quantityintegerOptional
Total quantity reserved for existing orders and allocations
total_damaged_quantityintegerOptional
Total quantity currently marked as damaged
total_exception_quantityintegerOptional

Total quantity in exception status (damaged, lost, or under investigation)

total_fulfillable_quantityintegerOptional

Total quantity available to fulfill new orders (on-hand minus committed)

total_in_fulfillment_quantityintegerOptional
Total quantity of inventory items that are currently in the fulfillment process
total_internal_transfer_quantityintegerOptional
Total quantity currently in transit between fulfillment centers
total_on_hand_quantityintegerOptional
Total quantity physically present in all fulfillment centers
total_quarantine_quantityintegerOptional
Total quantity currently in quarantine status
total_sellable_quantityintegerOptional

Total quantity available for sale (fulfillable plus awaiting minus quarantine minus damaged)

userIdintegerOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error