The CartNewReleases response group returns the ASINs and titles of the top five new releases in the root category of the item specified in the cart operation. For example, when adding a television to a cart the top five new releases in the root category, electronics, are returned.
One use of this response group is to suggest to customers additional items to buy.
Operations that can use this response group include:
The following table describes the elements returned by CartNewReleases. 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
| Cart/NewReleases/NewRelease/ASIN | ASIN of the new release |
Title
| Cart/NewReleases/NewRelease/Title | Title of the new release |
The following response groups are parent response groups of CartNewReleases.
None
The following response groups are child response groups of CartNewReleases.
None
All locales.
http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService& AWSAccessKeyId=[Access Key ID]& AssociateId=ws& Operation=CartCreate& Item.1.ASIN=B000062TU1& MergeCart=True& Item.1.Quantity=2& ResponseGroup=CartNewReleases
The following response snippet shows the elements returned by CartNewReleases.
<NewReleases>
<NewRelease>
<ASIN>B00005JOFQ</ASIN>
<Title>Brokeback Mountain (Widescreen Edition)</Title>
</NewRelease>
<NewRelease>
<ASIN>B000EHRVMY</ASIN>
<Title>Memoirs of a Geisha (Widescreen 2-Disc Special Edition)</Title>
</NewRelease>
</NewReleases>