VehiclePartFit Response Group
Whether or not a part fits a specified vehicle is given by the IsFit
response element. The values are YES, NO, and MAYBE. If the response value is MAYBE,
VehicelPartFit returns the parameters that must be supplied in the MissingVehicleAttributes/ParameterName
element.
This response group must be used along with the VehicleParts
response
group.
Relevant Operations
Operations that can use this response group include:
Response Elements
The following table describes the elements returned by VehiclePartFit.
VehiclePartFit 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 VehiclePartFit.
-
None
Child Response Group
The following response groups are child response groups of VehiclePartFit.
-
None
Sample REST Use Case
The following request was used to illustrate the XML response elements returned by VehiclePartFit.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]
&
Operation=VehicleSearch&
Condition=All&
Year=2001&
MakeId=54&
ItemId=15857511&
ResponseGroup=VehiclePartFit,VehicleParts&
Version=2008-08-19
Sample Response Snippet
The following response snippet shows the elements returned by VehiclePartFit.
<VehicleParts> <Part> <Item> <ASIN>B0009ZEW6E</ASIN> </Item> <VehiclePartFit> <IsFit>MAYBE</IsFit> <MissingVehicleAttributes> <ParameterName>EngineId</ParameterName> </MissingVehicleAttributes> </VehiclePartFit> </Part> <Part> <Item> <ASIN>B000A0CBJS</ASIN> </Item> <VehiclePartFit> <IsFit>MAYBE</IsFit> <MissingVehicleAttributes> <ParameterName>EngineId</ParameterName> </MissingVehicleAttributes> </VehiclePartFit> </Part> </VehicleParts>