create_vehicle
Add a new vehicle to Shopmonkey, optionally linking it to a customer. Specify details like year, make, model, VIN, and mileage to create a vehicle record.
Instructions
Add a new vehicle to Shopmonkey, optionally linked to a customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | No | Customer ID to associate with the vehicle | |
| year | No | Vehicle model year | |
| make | No | Vehicle make (e.g., Toyota, Ford) | |
| model | No | Vehicle model (e.g., Camry, F-150) | |
| vin | No | Vehicle Identification Number | |
| licensePlate | No | License plate number | |
| color | No | Vehicle color | |
| mileage | No | Current mileage |