List inventory level configurations for the authenticated organization
Returns a paginated list of inventory level configurations (min/max stock rules) for the caller’s organization. Each record defines the minimum and maximum quantity thresholds for a specific SKU at a specific warehouse. Supports filtering by SKU, warehouse, region, category, brand, and active status.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Query Parameters
Page number (1-based, default: 1)
Number of results per page (max: 1000, default: 100)
Filter by one or more SKU IDs
Filter by one or more warehouse IDs
Filter by one or more region IDs
Filter by one or more product category codes (e.g. COMPUTER, MONITOR)
Filter by one or more vendor/brand codes
Search by product title (partial match)
Filter by active status — true returns active levels only, false returns inactive only (default: true)
Response
Paginated list of inventory level configurations with current stock details
Unique identifier for this inventory level configuration
"123e4567-e89b-12d3-a456-426614174000"
ID of the SKU whose stock level this configuration controls
"123e4567-e89b-12d3-a456-426614174000"
ID of the warehouse where this inventory level applies
"123e4567-e89b-12d3-a456-426614174000"
Minimum quantity threshold
5
Maximum quantity threshold
20
Whether used inventory is included in stock calculations
Whether inventory orders are automatically created when stock is low
Whether this inventory level is active
Current stock details for this inventory level
ID of the region scope for this inventory level; null means the organization's default region
"123e4567-e89b-12d3-a456-426614174000"
Optional customer PO number copied to restock orders created from this level
"PO-12345"
Inventory order id created by autoCreate; null when no restock was triggered.
"123E4567-E89B-12D3-A456-426614174000"