Vehicle Details Page (VDP)
The Vehicle Details Page (VDP) displays the vehicle information and pricing. Tapping “Reserve” will prompt a user who is not yet approved to go through the qualification flow.
Vehicle query
query Vehicle($id: ID!) { vehicle(id: $id) { id year make model trim status availableDate description pricing { value duration durationUnit } location { id name address { address1 address2 city state zip country } latitude longitude phoneNumber hours { day open close } } featureImage { url } images { url } exteriorColorName exteriorColorHex interiorColorName interiorColorHex horsepower odometer odometerUnit fuelType mpgCity mpgHighway range transmission bodyStyle seats driveType dealer { id name } }}