The HasPartCompatibility response group returns, for each vehicle part, a HasPartCompatibility element with a value of 1 (has) or 0 (doesn't have) depending whether the part has a compatibility chart.
This response group must be used along with the VehicleParts response
group.
Operations that can use this response group include:
The following table describes the elements returned by HasPartCompatibility.
HasPartCompatibility
HasPartCompatibility 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 HasPartCompatibility.
None
The following response groups are child response groups of HasPartCompatibility.
None
The following request was used to illustrate the XML response elements returned by HasPartCompatibility.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=VehiclePartLookup&
Condition=All&
ResponseGroup=HasPartCompatibility,VehicleParts&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The following response snippet shows the elements returned by HasPartCompatibility.
<VehicleParts>
...
<Part>
<HasPartCompatibility>0</HasPartCompatibility>
</Part>
</VehicleParts>