Get Inventory Levels

View as Markdown

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

inventoryIdstringRequiredformat: "int32"

Response

OK
inventory_idinteger or null
namestring or null
skustring or null
total_awaiting_quantityinteger or null
total_backordered_quantityinteger or null
total_committed_quantityinteger or null
total_exception_quantityinteger or null
total_fulfillable_quantityinteger or null
total_internal_transfer_quantityinteger or null
total_on_hand_quantityinteger or null
total_sellable_quantityinteger or null

Errors