Get All Inventory Levels Grouped By Fulfillment Center
Authentication
Authentication using Personal Access Token (PAT) token or OAuth2
Query parameters
Filter by location type. Valid values: ‘hub’, ‘spoke’, or ‘lts’. Defaults to all locations if not specified.
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 location-grouped inventory levels for specific inventory items only.
Number of location-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., ‘-name’ sorts by name descending). Multiple fields can be comma-separated.
Response
Array of location-grouped inventory quantity items in the current page of results.

