Get Inventory
Retrieves detailed information about a specific inventory item by its ID, including product details, variant information, and associated metadata. Returns the item record (attributes, variants, and configuration), not stock quantities; for the item’s stock quantities (on-hand, committed, fulfillable) use the inventory levels by ID endpoint (GET /inventory-level/{inventoryId}).
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Path parameters
inventoryId
Response
OK
barcode
dimensions
inventory_id
is_case
is_lot
name
sku
user_id
variant
weight
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error

