VehicleParts Response Group

The VehicleParts response group returns, for a given year, make, model, and trim, up to fifteen parts that would fit the vehicle. The number of parts returned is specified by the Count parameter in the VehiclePartSearch request. Ten parts is the default. An ‘IsNext’ element with a boolean value is returned to indicate whether there are more parts that can be returned for this query. An "IsPrevious" element is returned if there are parts before the currently displayed list of parts. For more information, see Paging Through Parts.

Unless the BrowseNode parameter is used to specify a BrowseNode each part returned is in the top Automotive BrowseNode.

A list of VehicleOptions might also be returned. You can use these values in subsequent requests to narrow down the search results.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by VehicleParts.

VehicleParts 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 VehicleParts.

  • None

Child Response Group

The following response groups are child response groups of VehicleParts.

  • None

Sample REST Use Case

The following request was used to illustrate the XML response elements returned by VehicleParts.

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=VehicleSearch&
Condition=All&
Year=2001&
MakeId=54&
ResponseGroup=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 VehicleParts.

  <IsNext>1</IsNext>
  <IsPrevious>0</IsPrevious>
  <Part>
    <Item>
      <ASIN>B0017OAO3Q</ASIN>
    </Item>
  </Part>
  <Part>
    <Item>
      <ASIN>B0002Q81W6</ASIN>
    </Item>
  </Part>
  <Part>
    <Item>
      <ASIN>B000B8GAOQ</ASIN>
    </Item>
  </Part>
  <Part>
    <Item>
      <ASIN>B0017OFXQ4</ASIN>
    </Item>
  </Part>
  <MissingVehicleAttributes>
    <ParameterName>TrimId</ParameterName>
  </MissingVehicleAttributes>
</VehicleParts>