Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 3.19 KB

VehicleProduct.md

File metadata and controls

24 lines (20 loc) · 3.19 KB

VehicleProduct

Properties

Name Type Description Notes
make string A product make is either the name of its manufacturer or, if the manufacturer has more than one operating unit, the commercial name (brand) of that unit. [optional]
model string A product model is the specific brand identified by a name or number. [optional]
detail string A product detail specific information for a product item [optional]
sku string A stock keeping unit (SKU) is a product and service identification code for a store or product, often portrayed as a machine-readable bar code that helps track the item for inventory. [optional]
price \Swagger\Client\Model\MoneyAmount [optional]
model_year string The vehicle production year is the calendar year of production of that specific vehicle. [optional]
production_year string A vehicle production year for a vehicle model is the calendar year designation assigned by the manufacturer to the annual version of that model. [optional]
trim_level string A vehicle trim level further identifies a vehicle by a particular set of special features. Higher trim levels either will add to the features of the "base" (entry-level model), or replace them with something else. Trim levels are designated by terms such as EX, LTZ, Touring and Grand Touring, among countless others. [optional]
style string A vehicle style includes additional vehicle data like the engine, transmission, colors, options. [optional]
fuel_type string The type of fuel the vehicle uses. - Gasoline, also known as petrol, is a petroleum-derived liquid fuel. - Diesel is a petroleum-derived liquid fuel with higher energy density than gasoline. Alternatively it can be blended with biodiesel manufactured from vegetable oils, animal fats, or recycled cooking grease. - Flex is gasoline blended with ethanol made from corn and other plant materials. - Hybrid vehicles use electricity in conjunction with other fuels to boost efficiency. - Electric plug-in vehicles use electricity without needing other fuels. - Hydrogen is a potentially emissions-free alternative fuel. - Natural Gas (CNG) is a gaseous fuel that consists mostly of methane. - Propane, also known as liquefied petroleum gas (LPG) or propane autogas, is a gaseous fuel produced as a by-product of natural gas processing and crude oil refining. [optional]
vim string VIN number of the vehicle. [optional]
registration_plate string The registration plate of the vehicle, also known as licence plate or number plate. For secondhand vehicles only. [optional]
odometer \Swagger\Client\Model\Odometer [optional]
trade_in_vehicle string A vehicle the buyer is trading in as part of the deal. [optional]
finance \Swagger\Client\Model\Finance [optional]

[Back to Model list] [Back to API list] [Back to README]