The CartTopSellers response group returns the ASINS and titles of the top five, best sellers in the root category of the item specified in the cart operation. For example, when adding a television to a cart, the five top sellers in the root category, electronics, are returned, for example, the top selling computers, MP3 players, or digital cameras.
Use this response group to specify additional, related items to buy.
Operations that can use this response group include:
The following table describes the elements returned by CartTopSellers. In the Ancestry column, the elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.
CartTopSellers 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 CartTopSellers.
None
The following response groups are child response groups of CartTopSellers.
None
All locales.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
AssociateId=ws&
Operation=CartCreate&
Item.1.ASIN=B000062TU1&
MergeCart=True&
Item.1.Quantity=2&
ResponseGroup=CartTopSellers&
Version=2007-10-29The following response snippet shows the elements returned by CartTopSellers.
<TopSellers> <TopSeller> <ASIN>B00005JOFQ</ASIN> <Title>Brokeback Mountain (Widescreen Edition)</Title> </TopSeller> <TopSeller> <ASIN>B000E6EK3S</ASIN> <Title>Harry Potter and the Goblet of Fire (Widescreen Two-Disc Deluxe Edition) (Harry Potter 4)</Title> </TopSeller> </TopSellers>