HasPartCompatibility Response Group

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.

Relevant Operations

Operations that can use this response group include:

Response Elements

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.

Parent Response Group

The following response groups are parent response groups of HasPartCompatibility.

  • None

Child Response Group

The following response groups are child response groups of HasPartCompatibility.

  • None

Sample REST Use Case

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]

Sample Response Snippet

The following response snippet shows the elements returned by HasPartCompatibility.

<VehicleParts>
  ...
  <Part>
    <HasPartCompatibility>0</HasPartCompatibility>
  </Part>
</VehicleParts>