Get Inventory

View as Markdown
Retrieves detailed information about a specific inventory item by its ID, including product details, variant information, and associated metadata.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

inventoryIdstringRequiredformat: "int32"

Response

OK
barcodestring or null
Barcode associated with the inventory item
dimensionsobject or null
Physical dimensions of the inventory item
inventory_idinteger or null
Unique identifier for the inventory item
is_caseboolean or null
Indicates if the inventory item is stored in cases
is_lotboolean or null
Indicates if the inventory item is tracked by lot number
namestring or null
Name of the inventory item
skustring or null
Stock keeping unit identifier
user_idinteger or null
User ID associated with this inventory item
variantobject or null
Variant details including active status and product characteristics
weightobject or null
Weight information of the inventory item

Errors