The VehicleModels response group returns, for a given year and make, all of the
models of the vehicles manufactured. If you use this response group, you must specify the Year and
MakeId.
The following table describes the elements returned by VehicleModels.
VehicleModels also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The following response groups are parent response groups of VehicleModels.
None
The following response groups are child response groups of VehicleModels.
None
The following request was used to illustrate the XML response elements returned by VehicleModels.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=VehicleSearch&
Condition=All&
Year=2001&
MakeId=54&
ResponseGroup=VehicleModels&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The following response snippet shows the elements returned by VehicleModels.
<VehicleMake>
<MakeName>Ford</MakeName>
<MakeId>54</MakeId>
<IsValid>True</IsValid>
<VehicleModels>
<VehicleModel>
<ModelName>Crown Victoria</ModelName>
<ModelId>639</ModelId>
</VehicleModel>
<VehicleModel>
<ModelName>E-150 Econoline</ModelName>
<ModelId>646</ModelId>
</VehicleModel>
<VehicleModel>
<ModelName>E-150 Econoline Club Wagon</ModelName>
<ModelId>649</ModelId>
</VehicleModel>
<VehicleModel>
<ModelName>E-250 Econoline</ModelName>
<ModelId>650</ModelId>
</VehicleModel>
<VehicleModels>
</VehicleMake>