create_order
Create a new work order for a vehicle and customer, setting its status and location.
Instructions
Create a new work order in Shopmonkey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Order title shown on the work order (e.g. "Front brake job") | |
| status | No | Initial order status | |
| vehicleId | No | Vehicle ID to associate with the order | |
| customerId | No | Customer ID to associate with the order | |
| locationId | No | Location ID for multi-location shops. Defaults to SHOPMONKEY_LOCATION_ID env var if set. |