Overview

Sell is a feature that enables customers to list and sell vehicles securely. This feature streamlines the vehicle sales process, providing a comprehensive solution for users to create listings and get instant firm offers.


The Sell Experience

To sell a vehicle, follow these steps:

1

Get Instant Offers

To get instant offers, provide the vehicle identification number (VIN) of the vehicle you want to sell.

Example Request
{
  "vin": "5TDKDRAH4PS501521"
}
Offer Response
{
  "vin": "5TDKDRAH4PS501521",
  "year": 2023,
  "make": "Toyota",
  "model": "Highlander",
  "mileage": 11338,
  "carvanaPrice": 34000,
  "carmaxPrice": 33780,
  "drivewayPrice": 34100
}
2

List a Vehicle

To list a vehicle, provide the vehicle identification number (VIN) of the vehicle to be listed.

Example Request
{
  "vin": "5TDKDRAH4PS501521",
  "price": 34000
}
3

Complete the Sale

If you accept an offer, the buyer will contact you to schedule a vehicle inspection and complete the sale.