CartNewReleases Response Group

Description

The CartNewReleases response group displays the top five, new releases (ASINS and titles) in the root category of the item used in the cart operation. This feature is available in the US locale only.

Availability

The CartNewReleases response group is only available in the US locale.

REST Sample Response Snippet

Sample Response Snippet (REST)

      

<NewReleases>
	<NewRelease>
		<ASIN>0439784549</ASIN> 
		<Title>Harry Potter and the Half-Blood Prince (Book 6)</Title> 
	</NewRelease>
	<NewRelease>
		<ASIN>0743226712</ASIN> 
		<Title>1776</Title> 
	</NewRelease>
	<NewRelease>
		<ASIN>0060765313</ASIN> 
		<Title>Trst</Title> 
	</NewRelease>
	<NewRelease>
		<ASIN>006073132X</ASIN> 
		<Title>This new baby product (should we restrict this to the "clone")</Title> 
	</NewRelease>
	<NewRelease>
		<ASIN>0374292884</ASIN> 
		<Title>The World Is Flat: A Brief History of the Twenty-first Century: A Look At Slugs (Sociology)</Title> 
	</NewRelease>
</NewReleases>
                
      

The Request that Generated the Response (REST)

http://webservices.amazon.com/onca/xml?Service=AWSECommerceService
	&AWSAccessKeyId=[Your Access Key ID Here]
	&AssociateTag=[Your Associate ID Here]
	&Operation=CartCreate
	&ItemId=0239409223
	&ResponseGroup=CartTopSellers