Child Response Group
The following response groups are child response groups of TopSellers.
• None
Sample REST Use Case
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]
Sample Response Snippet
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>
Tracks Response Group
The Tracks response group returns the title and number of each track on each CD in the response. For
example, you could use
ItemLookup (p. 189)
to return Tracks information about a specified CD.
Relevant Operations
Operations that can use this response group include:
•
ItemLookup (p. 189)
•
ItemSearch (p. 196)
•
SimilarityLookup (p. 206)
API Version 2011-08-01
281
Product Advertising API Developer Guide
Tracks Response Group