list_orders
Retrieve and filter work orders from Shopmonkey by status, customer ID, date range, or location to manage shop operations.
Instructions
List work orders from Shopmonkey. Filter by status, customer ID, date range, or location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by order status (e.g., estimate, work_order, invoice) | |
| customerId | No | Filter orders by customer ID | |
| locationId | No | Filter by location ID (for multi-location shops). 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) |