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. The elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.
| Response Element | Ancestry | Definition |
|---|---|---|
ASIN
| TopSellers/TopSeller/ASIN | A number distributed by Amazon that uniquely identifies the topselling item. |
Title
| TopSellers/TopSeller/Title | The title of the topseller. |
TopSellers also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The folllowing request was used to illustrate the XML response elements returned by TopSellers.
http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService& AWSAccessKeyId=[Access Key ID]& Operation=BrowseNodeLookup& BrowseNodeId=20& ResponseGroup=TopSellers
The 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>