Get Inventory Levels
inventory_levelsRetrieve inventory levels filtered by location, product, or SKU to track stock availability and facilitate replenishment.
Instructions
Get inventory levels for products at specific locations. Can filter by location, product, or SKU.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | SKU to search for | |
| limit | No | Number of results (1-250) | |
| store | Yes | Store name (use store_list to see available stores) | |
| cursor | No | Pagination cursor | |
| product_id | No | Product ID to get inventory for all variants | |
| location_id | No | Location ID to filter by | |
| response_format | No | Response format | json |