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:
Description of the response group.
Descriptions of the XML elements returned by the response group.
The ancestry of the element presented using X-path notation.
Child response groups, which are the response groups that are included in a response group. For example, the Large response group includes the results returned by the ItemAttributes response group.
Parent response groups, which are response groups that include in the response group. For example, the ItemAttributes response group is included in the Large response group, so, the Large response group is a parent of the ItemAttributes response group.
Product Advertising API includes the following response groups:
|
|
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.
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.
The following response groups are parent response groups of PartBrowseNodeBinsSummary.
None
The following response groups are child response groups of PartBrowseNodeBinsSummary.
None
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]
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>