Get All Inventory Levels Grouped By Lot
Authentication
Authentication using Personal Access Token (PAT) token or OAuth2
Query parameters
Filter by specific fulfillment center location ID. Use this to retrieve lot-based inventory levels for a particular warehouse or distribution center.
Search is available for 3 fields: Inventory ID, Name, and SKU. Expected behavior for search by Inventory ID is exact match. Expected behavior for search by Inventory Name or SKU is partial match (consecutive characters, case insensitive).
Comma-separated list of inventory IDs to filter results. Use this to retrieve lot-grouped inventory levels for specific inventory items only.
Number of lot-grouped inventory level items to return per page. Controls pagination size for the response.
Sort results by field name. Default is ascending order. Prefix with ’-’ for descending order (e.g., ‘-lot_date’ sorts by lot date descending). Multiple fields can be comma-separated.
Response
Array of lot-grouped inventory quantity items in the current page of results.

