list_services
List services for a specific work order by order ID. Use skip and limit to paginate results. Returns up to 25 services per request by default.
Instructions
List the services on a work order. Shopmonkey nests services under their order — there is no flat service list — so orderId is required.
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) | |
| orderId | Yes | The work order ID to list services for |