list_labor
Retrieve labor line items for a specific service within a work order. Provide the order ID and service ID to get the list.
Instructions
List the labor line items on a service. Shopmonkey nests labor under order > service, so both orderId and serviceId are required — call list_services with an orderId first to get the serviceId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | The work order ID the service belongs to | |
| serviceId | Yes | The service ID to list labor line items for |