PartBrandBinsSummary Response Group

The PartBrandBinsSummary response group returns a list of brands that satisfy 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 PartBrandBinsSummary.

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

  • None

Child Response Group

The following response groups are child response groups of PartBrandBinsSummary.

  • None

Sample REST Use Case

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]

Sample Response Snippet

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>