list_inventory_items
Retrieve inventory items with optional SKU filter and pagination. Get quantities, costs, and stock locations to track product availability.
Instructions
This tool retrieves a list of inventory items with optional filtering by SKU. It supports pagination and provides inventory details like available quantities, costs, and locations where items are stocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of inventory items to retrieve (default: 10, max: 50) | |
| cursor | No | Pagination cursor for retrieving next set of results | |
| sku_filter | No | Filter inventory items by SKU or partial SKU (e.g., "XYZ-12345") |