CartTopSellers Response Group

Description

The CartTopSellers response group lists the top five best sellers in the root category of the item used in the cart operation. For example, when adding a television to a cart, the top five best sellers in the root category, electronics, are displayed. These best sellers might be the best selling computers, MP3 players, and digital cameras. All cart operations, except CartClear, can use this response group.

Availability

The CartTopSellers response group is only available in the US locale.

REST Sample Response Snippet

Sample Response Snippet (REST)

      
<TopSellers>
	<TopSeller>
		<ASIN>0439784549</ASIN> 
		  <Title>Harry Potter and the Half-Blood Prince (Book 6)</Title> 
	</TopSeller>
	<TopSeller>
		<ASIN>0743226712</ASIN> 
		<Title>1776</Title> 
	</TopSeller>
	<TopSeller>
		<ASIN>0060765313</ASIN> 
		<Title>Trst</Title> 
	</TopSeller>
	<TopSeller>
		<ASIN>006073132X</ASIN> 
		<Title>This new baby product (should we restrict this to the "clone")</Title> 
	</TopSeller>
	<TopSeller>
		<ASIN>0374292884</ASIN> 
		<Title>The World Is Flat: A Brief History of the Twenty-first Century: A Look At Slugs (Sociology)</Title> 
	</TopSeller>
</TopSellers>
              
      

The Request that Generated the Response (REST)

     http://webservices.amazon.com/onca/xml?
		 Service=AWSECommerceService
		&AWSAccessKeyId=[Your Access Key ID Here]
		&AssociateTag=[Your Associate ID Here]
		&Operation=CartGet
		&ItemId=0239409223
		&ResponseGroup=CartTopSellers