Get Inventory

View as Markdown

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

inventoryIdintegerRequired
Unique identifier for the inventory item to retrieve. This ID is returned when listing all inventories and is used to fetch detailed information about a specific inventory item.

Response

OK
barcodestring or nullOptional
Barcode associated with the inventory item
dimensionsobjectOptional
Physical dimensions of the inventory item
inventory_idintegerOptional
Unique identifier for the inventory item
is_casebooleanOptional
Indicates if the inventory item is stored in cases
is_lotbooleanOptional
Indicates if the inventory item is tracked by lot number
namestring or nullOptional
Name of the inventory item
skustring or nullOptional
Stock keeping unit identifier
user_idintegerOptional
User ID associated with this inventory item
variantobjectOptional
Variant details including active status and product characteristics
weightobjectOptional
Weight information of the inventory item

Errors

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