list_orders
Fetch work orders from Shopmonkey with filters for status, customer, location, and pagination to retrieve relevant records.
Instructions
List work orders from Shopmonkey. Filter by status, customer ID, date range, or location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip for pagination (default: 0) | |
| limit | No | Maximum number of results to return (default: 25) | |
| status | No | Filter by order status | |
| 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. |