Get All Inventory Levels Grouped By Lot
Retrieves inventory levels for all inventory items grouped by lot number. Enables tracking of inventory across multiple lots, including expiration dates and manufacturing batch information.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Query parameters
LocationId
SearchBy
InventoryIds
IsActive
IsDigital
PageSize
SortBy
Response
OK
first
URL to retrieve the first page of results. Null if already on the first page.
items
Array of lot-grouped inventory quantity items in the current page of results.
last
URL to retrieve the last page of results. Null if already on the last page.
next
URL to retrieve the next page of results. Null if on the last page.
prev
URL to retrieve the previous page of results. Null if on the first page.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
503
Service Unavailable Error

