The TopSellers response group returns the ASINs and titles of the ten best sellers within a specified browse node.
The following table describes the elements returned by TopSellers. 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.
TopSellers also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The following request was used to illustrate the XML response elements returned by TopSellers.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=BrowseNodeLookup&
BrowseNodeId=20&
ResponseGroup=TopSellers&
Version=2007-10-29The following response snippet shows the elements returned by TopSellers.
<TopSeller> <ASIN>0446578622</ASIN> <Title>The Notebook Girls</Title> </TopSeller> <TopSeller> <ASIN>1400062586</ASIN> <Title>You're Wearing That? : Understanding Mothers and Daughters in Conversation</Title> </TopSeller>