| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The TopSellers response group returns the ASINs and titles of the ten best sellers within a specified browse node.
This response group is available in all locales.
The following table describes the elements returned by TopSellers.
TopSellers 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 TopSellers.
None
The following response groups are child response groups of TopSellers.
None
The following request illustrates the XML response elements returned by TopSellers.
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=BrowseNodeLookup&
BrowseNodeId=20&
ResponseGroup=TopSellers&
Version=2011-08-01
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The following response snippet shows the elements returned by TopSellers.
<TopItemSet>
<Type>TopSellers</Type>
<TopItem>
<ASIN>0553576399</ASIN>
<Title>Distraction</Title>
<ProductGroup>Book</ProductGroup>
<Author>Bruce Sterling</Author>
</TopItem>
<TopItem>
....
.....
</TopItemSet>