Get All Inventories
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).
Advanced filtering operations. Apply multiple key-value filters to refine inventory results. Each filter operation contains a ‘key’ (field name) and ‘rawValue’ (filter value) to match.
Comma-separated list of inventory IDs to filter results. Use this to retrieve information for specific inventory items only.
Filter by digital product status. True returns only digital products (no physical fulfillment), False returns only physical products. Omit to return both.
Sort results by field name. Default is ascending order. Prefix with ’-’ for descending order (e.g., ‘-name’ sorts by name descending). Multiple fields can be comma-separated.

