Fitments Response Group
The Fitments response group returns the vehicles a specified part works in. The
number of vehicles (fitments) returned is governed by the VehiclePartLookup
parameters Count
and FitmentPage
. For more
information, see Paging Through Fitments.
Fitments can have fitment attributes, which limit the number of vehicles the part works in. For example, a gear for an automatic transmission in a 2008 Ford Taurus might have the attribute, automatic transmission, because the gear might not work in the same vehicle that has a manual transmission.
This response group must be used along with the VehicleParts
response
group.
Response Elements
The following table describes the elements returned by Fitments.
Fitments also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
Parent Response Group
The following response groups are parent response groups of Fitments.
-
None
Child Response Group
The following response groups are child response groups of Fitments.
-
None
Sample REST Use Case
The following request was used to illustrate the XML response elements returned by Fitments.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]
&
Operation=VehiclePartLookup&
MerchantId=All&
Year=2001&
MakeId=54&
ModelId=68&
ItemId=B000CN72O2&
ResponseGroup=Fitments,VehicleParts&
Version=2008-08-19
Sample Response Snippet
The following response snippet shows the elements returned by Fitments.
<Part> <Item> <ASIN>B000CN72O2</ASIN> </Item> <Fitments> <TotalFitments>8</TotalFitments> <TotalPages>1</TotalPages> <Fitment> <Year>1992-2001</Year> <Make>Acura</Make> <Model>Integra</Model> <Trim>GS-R</Trim> </Fitment> <Fitment> <Year>1990-1993</Year> <Make>Acura</Make> <Model>Integra</Model> <Trim>GS</Trim> </Fitment> <Fitment> <Year>1997-2001</Year> <Make>Acura</Make> <Model>Integra</Model> <Trim>GS</Trim> </Fitment> <Fitment> <Year>1990-2001</Year> <Make>Acura</Make> <Model>Integra</Model> <Trim>LS</Trim> </Fitment> </Fitments> </Part>