MostWishedFor
The MostWishedFor response group returns the ASINs and titles of the 10 items that are the most popular on wishlists 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 MostWishedFor.
MostWishedFor 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 MostWishedFor.
-
None
Child Response Group
The following response groups are child response groups of MostWishedFor.
-
None
Sample REST Use Case
The following request uses the MostWishedFor response element.
http://webservices.amazon.com/onca/xml? Service=AWSECommerceService& AWSAccessKeyId=
[AWS Access Key ID]
& AssociateTag=[Associate ID]
& Operation=BrowseNodeLookup& BrowseNodeId=20& ResponseGroup=MostWishedFor& Version=2013-08-01 &Timestamp=[YYYY-MM-DDThh:mm:ssZ] &Signature=[Request Signature]
Sample Response Snippet
The following response snippet shows the elements returned by MostWishedFor.
<TopItemSet> <Type>MostWishedFor</Type> <TopItem> <ASIN>0553576399</ASIN> <Title>Distraction</Title> <ProductGroup>Book</ProductGroup> <Author>Bruce Sterling</Author> </TopItem> <TopItem> .... ..... </TopItemSet>