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. The elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.
| Response Element | Ancestry | Definition |
|---|---|---|
ASIN
| NewReleases/NewRelease/ASIN | A positve integer distributed by Amazon that uniquely identifies an item, which, in this case, is a new release. |
Title
| NewReleases/NewRelease/Title | The title of the new release. |
NewReleases also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The folllowing request was used to illustrate the XML response elements returned by NewReleases.
http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService& AWSAccessKeyId=[Access Key ID]& Operation=BrowseNodeLookup& BrowseNodeId=4229& ResponseGroup=NewReleases
The 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>