Product Advertising API
Developer Guide (API Version 2011-08-01)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

MostGifted Response Group

The MostGifted response group returns the ASINs and titles of the ten items given as gifts most within a specified browse node.

Availability

This response group is available in all locales.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by MostGifted. 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.

MostGifted also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.

Parent Response Group

The following response groups are parent response groups of MostGifted.

  • None

Child Response Group

The following response groups are child response groups of MostGifted.

  • None

Sample REST Use Case

The following request illustrates the XML response elements returned by MostGifted.

http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=BrowseNodeLookup&
BrowseNodeId=20&
ResponseGroup=MostGifted&
Version=2011-08-01
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

The following response snippet shows the elements returned by MostGifted.

<TopItemSet>
   <Type>MostGifted</Type>
   <TopItem>
            <ASIN>0553576399</ASIN>
            <Title>Distraction</Title>
            <ProductGroup>Book</ProductGroup>
            <Author>Bruce Sterling</Author>
       </TopItem>
       <TopItem>
        ....
       .....
</TopItemSet>