get_inventory_levels
Retrieve available and committed inventory quantities for specific variants at specific locations. Filter by location or inventory item for precise stock tracking.
Instructions
Get inventory levels (available + committed quantities) for specific variants at specific locations. Filter by location_id, inventory_item_id, or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for offset pagination (1-indexed). | |
| limit | No | Max results per page (default 50, max 250). | |
| location_id | No | Filter by location ID (warehouse/store). Recommended for large catalogs. | |
| inventory_item_id | No | Filter by inventory item ID (equals variant_id in Sapo). |