create_order
Create a new work order in Shopmonkey by specifying customer, vehicle, status, and location details to initiate automotive service management.
Instructions
Create a new work order in Shopmonkey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | No | Customer ID to associate with the order | |
| vehicleId | No | Vehicle ID to associate with the order | |
| status | No | Initial order status (e.g., estimate, work_order) | |
| locationId | No | Location ID for multi-location shops. Defaults to SHOPMONKEY_LOCATION_ID env var if set. |