The Seller response group returns information about sellers, including the seller ID, nickname, seller rating, and location for each seller in the response.
This response group is often used with SellerLookup to display comprehensive information about the seller.
The following table describes the elements returned by Seller. 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.
Seller also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The following request was used to illustrate the XML response elements returned by Seller.
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKeyId=[AWS Access Key ID]& Operation=SellerLookup& SellerId=[Seller ID]& ResponseGroup=Seller& Version=2007-10-29
The following response snippet shows the elements returned by Seller.
<Seller>
<SellerId>[Seller ID]</SellerId>
<SellerName>Amazon.com</SellerName>
<SellerLegalName>Amazon.com, LLC</SellerLegalName>
<GlancePage>http://www.amazon.com/gp/help/seller/at a glance.html?seller=ATVPDKIKX0DER&marketplaceSeller=1</GlancePage>
<AverageFeedbackRating>0.0</AverageFeedbackRating>
<SellerFeedback>
<Feedback>
<Rating>1</Rating>
<Comment>As clearly indicated above, I ordered "How to Do Everything with Windows XP Home Networking" by Dave Field, but received instead "How to Do Everything with Windows XP" by Curt Simmons, a totally different book, for which I have no use.</Comment>
<Date>2006 06 01T01:58+0000</Date>
<RatedBy>A59KKB5O4U1NE</RatedBy>
</Feedback>