create_canned_service
Create reusable service templates for work orders, configuring pricing model, express, bookable, recommended, and location settings.
Instructions
Create a new canned service template in Shopmonkey. Canned services are reusable service bundles that can be added to work orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the canned service (e.g., "Full Synthetic Oil Change") | |
| express | No | Whether this is an express service | |
| lumpSum | No | Whether to display as a single lump-sum price on the work order | |
| pricing | No | Pricing model: FixedPrice uses fixedPriceCents; LineItem sums its line items | |
| bookable | No | Whether customers can book this service online | |
| locationId | No | Location ID to associate the service with. Defaults to SHOPMONKEY_LOCATION_ID env var if set. | |
| description | No | Description of the service | |
| recommended | No | Whether to show this as a recommended service | |
| fixedPriceCents | No | Fixed price in integer cents (e.g., $59.99 = 5999). Only applicable when pricing is FixedPrice. |