cars_session_tradein
Set or update the buyer's trade-in vehicle information. Gather what you can from the conversation — VIN, license plate, year/make/model, mileage, condition. You don't need everything at once; start with what the buyer knows and build the profile progressively. The dealer will make the trade-in offer based on this info. Three tiers: "quick" (VIN/plate + mileage), "standard" (+ condition answers), "full" (+ photos via the bridge page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | No | Trade-in vehicle VIN (17 chars). If provided, the server decodes year/make/model/trim via NHTSA. | |
| make | No | Make (auto-filled if VIN provided) | |
| trim | No | Trim level | |
| year | No | Model year (auto-filled if VIN provided) | |
| color | No | Exterior color | |
| model | No | Model (auto-filled if VIN provided) | |
| notes | No | Additional notes about the trade-in | |
| plate | No | License plate number (alternative to VIN) | |
| mileage | No | Current odometer reading | |
| session | Yes | Session hash | |
| agent_id | No | Your agent identifier | |
| accidents | No | Accident history: none, minor, moderate, major, unknown | |
| title_type | No | Title status: clean, salvage, rebuilt, lien | |
| body_damage | No | Body damage: none, minor, moderate, significant | |
| plate_state | No | State the plate is registered in (e.g. FL, TX) | |
| modifications | No | Aftermarket modifications (free text) | |
| tire_condition | No | Tire condition: good, fair, needs_replacement | |
| warning_lights | No | Dashboard warning lights on? 0=no, 1=yes | |
| mechanical_issues | No | Known mechanical issues (free text) |