Item.1.ASIN=B000062TU1&
Item.1.Quantity=2&
ResponseGroup=CartTopSellers
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The following is a snippet of the response:
<TopSellers>
<TopSeller>
<ASIN>B00005JOFQ</ASIN>
<Title>Brokeback Mountain (Widescreen Edition)</Title>
</TopSeller>
<TopSeller>
<ASIN>B000E6EK3S</ASIN>
<Title>Harry Potter and the Goblet of Fire (Widescreen Two-Disc Deluxe
Edition)(Harry Potter 4)</Title>
</TopSeller>
</TopSellers>
This response shows that there are two top sellers associated with the root product category of the item
that was added to the shopping cart.
New Releases
Whether it's the release of a new book or a new DVD, new releases are always popular with customers.
Product Advertising API enables you to take advantage of that motivator with two response groups,
NewReleases and CartNewReleases.
The NewReleases response group returns the ASIN and title of newly released items in a specified browse
node. This response group works only in
BrowseNodeLookup
requests, as shown.
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=
[AWS Access Key ID]
&
Operation=BrowseNodeLookup&
BrowseNodeId=4229&
ResponseGroup=NewReleases
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The response includes the new releases associated with browse node 4229.
<NewReleases>
<NewRelease>
<ASIN>0446578622</ASIN>
<Title>The Notebook Girls</Title>
</NewRelease>
</NewReleases>
To find the browse node ID of an item, use the BrowseNodes response group.
API Version 2011-08-01
122
Product Advertising API Developer Guide
New Releases