list_inventory_tires
Retrieve tire inventory data from Shopmonkey with pagination support to manage and track available stock across locations.
Instructions
List tires from Shopmonkey inventory. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. | |
| limit | No | Maximum number of results to return (default: 25) | |
| page | No | Page number for pagination (default: 1) |