The SellerListing response group returns information about items for sale by sellers in the Marketplace. Information includes such things as price, listing ID, exchange ID, ASIN, title, the date the item was first put on sale, quantity, and so forth, for each of item in the response.
This response group is often used in conjunction with SellerListingSearch and SellerLookup to return comprehensive information about the items in the response.
Operations that can use this response group include:
The following table describes the elements returned by SellerListing. 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.
SellerListing also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The following response groups are parent response groups of SellerListing.
None
The following request was used to illustrate the XML response elements returned by SellerListing.
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKey=[AWS Access Key ID]& Operation=SellerListingSearch& SellerId=[Seller ID]& ResponseGroup=SellerListing& Version=2008-04-07
The following response snippet shows the elements returned by SellerListing.
<SellerListing>
<ExchangeId>Y06Y0322155Y6575786</ExchangeId>
<ListingId>0909R298811</ListingId>
<ASIN>0451205367</ASIN>
<Title>Richest Man in Babylon [Paperback] by Clason, George S.</Title>
<Price>
<Amount>273</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$2.73</FormattedPrice>
</Price>
<StartDate>2005-09-10</StartDate>
<EndDate>2008-08-25</EndDate>
<Status>Open</Status>
<Quantity>293</Quantity>
<Condition>new</Condition>
<SubCondition>new</SubCondition>
<Seller>
<SellerId>ASYDZOX0HKBSE</SellerId>
<Nickname>any_book</Nickname>
</Seller>
</SellerListing>