Get Inventory Levels Grouped By Lot

View as Markdown
Retrieves inventory levels for a specific inventory item broken down by lot number. Useful for tracking inventory by manufacturing lot, expiration date, or batch information.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

inventoryIdstringRequiredformat: "int32"

Response

OK
inventory_idinteger
Unique identifier for the inventory item
lotslist of objects or null
List of lot numbers and their respective inventory quantities
namestring or null
Name of the inventory item
skustring or null
Stock keeping unit identifier

Errors

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