The TopSellers response group lists the top ten best sellers of a specified browsenode. BrowseNodeLookup is the only operation that can use this response group.
The TopSellers response group is available in all locales.
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=BrowseNodeLookup
&BrowseNode=3D502394
&ResponseGroup=TopSellers