list_inventory_parts
Retrieve and manage parts inventory data from Shopmonkey with pagination support for efficient stock tracking and control.
Instructions
List parts 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) |