CartTopSellers Response Group

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.

Availability

This response group is available in the US locale only.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by CartTopSellers.

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

  • None

Child Response Group

The following response groups are child response groups of CartTopSellers.

  • None

Sample REST Use Case

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=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

The 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>