update_vehicle
Update selected fields like price, mileage, or photoUrl on an existing vehicle listing to keep inventory current.
Instructions
Update one or more fields on an existing vehicle listing.
Use when: "drop the price on vehicle 9001 to $22,995" or "vehicle 9001 just got new photos — update the photoUrl". Example: vehicle_id=9001, price=22995, mileage=12550 → updated record. Common fields: price, mileage, description, photoUrl, status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| vehicle_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |