The NewReleases response group returns the ASIN and title of newly released items in a specified browse node.
The following table describes the elements returned by NewReleases. In the Ancestry column, the elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.
NewReleases also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The following request was used to illustrate the XML response elements returned by NewReleases.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=BrowseNodeLookup&
BrowseNodeId=4229&
ResponseGroup=NewReleases&
Version=2008-04-07The following response snippet shows the elements returned by NewReleases.
<NewReleases>
<NewRelease>
<ASIN>0446578622</ASIN>
<Title>The Notebook Girls</Title>
</NewRelease>
<NewRelease>
<ASIN>1401302181</ASIN>
<Title>Daily Candy A to Z : An Insider's Guide to the Sweet Life</Title>
</NewRelease>
</NewReleases>