Parent Response Group
The following response groups are parent response groups of CartTopSellers.
• None
Child Response Group
The following response groups are child response groups of CartTopSellers.
• None
Sample REST Use Case
All locales.
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=
[AWS Access Key ID]
&
AssociateTag=ws&
Operation=CartCreate&
Item.1.ASIN=B000062TU1&
Item.1.Quantity=2&
ResponseGroup=CartTopSellers&
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 CartTopSellers.
<TopSellers>
<TopSeller>
<ASIN>B00005JOFQ</ASIN>
<Title>Brokeback Mountain (Widescreen Edition)</Title>
</TopSeller>
<TopSeller>
<ASIN>B000E6EK3S</ASIN>
<Title>Harry Potter and the Goblet of Fire (Widescreen Two-Disc Deluxe Edition)
(Harry Potter 4)</Title>
</TopSeller>
</TopSellers>
CartSimilarities Response Group
The
CartSimilarities (p. 226)
response group returns the title and ASINs of items that:
• Are similar to the item specified in the request. These results, tagged in the XML response with
<SimilarProducts> and <SimilarProduct>, are displayed on the retail web site under the heading,
"Customers who bought this [item] also bought."
API Version 2011-08-01
226
Product Advertising API Developer Guide
CartSimilarities Response Group