list_services
Retrieve and filter service records from Shopmonkey work orders using order ID, location, or pagination parameters to manage automotive repair shop operations.
Instructions
List services on work orders in Shopmonkey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | No | Filter services by work order ID | |
| 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) |