Get All Inventory Levels
Retrieves current inventory levels across all locations. Returns available, on-hand, committed, and other quantity types. Supports filtering by inventory IDs and product attributes.
Authentication
Authentication using Personal Access Token (PAT) token or OAuth2
Query parameters
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 inventory levels for specific inventory items only.
Sort results by field name. Default is ascending order. Prefix with ’-’ for descending order (e.g., ‘-total_on_hand_quantity’ sorts by quantity descending). Multiple fields can be comma-separated.

