The VehicleTrims response group returns, for a given year, make ID, and model ID, a
list of available trims. A trim is a package of vehicle options, such as power steering and
power seat. Manufacturers often name trims, for example, GL, DL, Eddie Bauer, and Denali. Using
this response group requires that you specify the Year, MakeId, and ModelId in the request.
The following table describes the elements returned by VehicleTrims.
VehicleTrims 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 VehicleTrims.
None
The following response groups are child response groups of VehicleTrims.
None
The following request was used to illustrate the XML response elements returned by VehicleTrims.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=VehicleSearch&
Condition=All&
Year=2001&
ModelId=662&
MakeId=54&
ResponseGroup=VehicleTrims&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The following response snippet shows the elements returned by VehicleTrims.
<VehicleYears>
<VehicleYear>
<Year>2001</Year>
<IsValid>True</IsValid>
<VehicleMakes>
<VehicleMake>
<MakeName>Ford</MakeName>
<MakeId>54</MakeId>
<IsValid>True</IsValid>
<VehicleModels>
<VehicleModel>
<ModelName>Expedition</ModelName>
<ModelId>662</ModelId>
<IsValid>True</IsValid>
<VehicleTrims>
<VehicleTrim>
<TrimName>Eddie Bauer</TrimName>
<TrimId>646</TrimId>
</VehicleTrim>
<VehicleTrim>
<TrimName>XLT</TrimName>
<TrimId>656</TrimId>
</VehicleTrim>
</VehicleTrims>
</VehicleModel>
</VehicleModels>
</VehicleMake>
</VehicleMakes>
</VehicleYear>
</VehicleYears>