SellerListing Response Group

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.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by SellerListing.

SellerListing 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 SellerListing.

  • None

Child Response Group

The following response groups are child response groups of SellerListing.

  • None

Sample REST Use Case

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-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

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>