Response Groups

Response groups help target the information returned. Each operation can only use a subset of all of the available response groups. The following sections explain, for each response group, the:

Product Advertising API includes the following response groups:

PartBrowseNodeBinsSummary Response Group

The PartBrowseNodeBinsSummary response group returns a list of child nodes of the top Automotive browsenode (or the BrowseNodeId if supplied in the request) with the name, ID, and a total count of parts in that node that would work in the specified year, make, model, trim, and vehicle options.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following is a list of the elements returned by PartBrowseNodeBinsSummary.

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

  • None

Child Response Group

The following response groups are child response groups of PartBrowseNodeBinsSummary.

  • None

Sample REST Use Case

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

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

<VehiclePartSearchRequest>
  <VehicleParts>
    	<PartBrowseNodeBins>
      	<Bin>
      	  <BinName>Grilles & Grille Guards</BinName>
      	  <BinItemCount>8</BinItemCount>
      	  	<BinParameter>
      	    <Name>BrowseNodeId</Name>
      	    <Value>15735981</Value>
      	  </BinParameter>
      	</Bin>
      		<Bin>
      	  <BinName>Hood Scoops & Vents</BinName>
      	  <BinItemCount>2</BinItemCount>
      	  	<BinParameter>
      	    <Name>BrowseNodeId</Name>
      	    <Value>15736031</Value>
      	  </BinParameter>
      	</Bin>
      		<Bin>
      	  <BinName>Spoilers, Wings & Styling Kits</BinName>
      	  <BinItemCount>1</BinItemCount>
      	  	<BinParameter>
      	    <Name>BrowseNodeId</Name>
      	    <Value>15737061</Value>
      	  </BinParameter>
      	</Bin>
      		<Bin>
      	  <BinName>Towing Products & Winches</BinName>
      	  <BinItemCount>12</BinItemCount>
      	  	<BinParameter>
      	    <Name>BrowseNodeId</Name>
      	    <Value>15737251</Value>
      	  </BinParameter>
      	</Bin>
    </PartBrowseNodeBins>
  </VehicleParts>
</VehiclePartSearchResponse>