The PartBrandBinsSummary response group returns a list of brands that satisfy the specified year, make, model, trim, and vehicle options.
The following is a list of the elements returned by PartBrandBinsSummary.
PartBrandBinsSummary 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 PartBrandBinsSummary.
None
The following response groups are child response groups of PartBrandBinsSummary.
None
The following request was used to illustrate the XML response elements returned by PartBrandBinsSummary.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=VehicleSearch&
Condition=All&
Year=2001&
MakeId=54&
ResponseGroup=PartBrandBinsSummary&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The following response snippet shows the elements returned by PartBrandBinsSummary.
<PartBrandBins>
<Bin>
<BinName>ACDelco</BinName>
<BinItemCount>5</BinItemCount>
<BinParameter>
<Name>Brand</Name>
<Value>ACDelco</Value>
</BinParameter>
</Bin>
<Bin>
<BinName>All Sales</BinName>
<BinItemCount>18</BinItemCount>
<BinParameter>
<Name>Brand</Name>
<Value>All Sales</Value>
</BinParameter>
</Bin>
<Bin>
<BinName>Auto Ventshade</BinName>
<BinItemCount>6</BinItemCount>
<BinParameter>
<Name>Brand</Name>
<Value>Auto Ventshade</Value>
</BinParameter>
</Bin>
</PartBrandBins>