update_canned_service
Update an existing canned service template by ID to adjust pricing, bookability, and other service settings.
Instructions
Update an existing canned service template by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The canned service ID to update | |
| name | No | Updated name | |
| express | No | Whether this is an express service | |
| lumpSum | No | Whether to display as a lump-sum price | |
| pricing | No | Pricing model: FixedPrice or LineItem | |
| bookable | No | Whether customers can book this service online | |
| description | No | Updated description | |
| recommended | No | Whether to show as recommended | |
| fixedPriceCents | No | Updated fixed price in integer cents |