Response Groups
-
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:
|
PartBrowseNodeBinsSummary Response Group
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
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>