list_inventory_items
Retrieve inventory items from a Medusa store, with optional search by SKU or title, field selection to keep responses small, and pagination controls to manage result volume and offset.
Instructions
List inventory items (optionally search by sku/title with 'q').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No | Max results (default 20). | |
| fields | No | Comma-separated field selection, e.g. 'id,title,status,*variants'. Use to keep responses small. | |
| offset | No | Results to skip (pagination). |