CartNewReleases Response Group

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.

Availability

This response group is available in the US locale only.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by CartNewReleases.

Parent Response Group

The following response groups are parent response groups of CartNewReleases.

  • None

Child Response Group

The following response groups are child response groups of CartNewReleases.

  • None

Sample REST Use Case

All locales.

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
AssociateId=ws&
Operation=CartCreate&
Item.1.ASIN=B000062TU1&
MergeCart=True&
Item.1.Quantity=2&
ResponseGroup=CartNewReleases&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

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>