SellerListing レスポンスグループは、マーケットプレイス内の出品者ごとに出品されている商品に関する情報を返します。各商品の価格、出品ID、Exchange ID、ASIN、タイトル、商品が最初に出品された日付、数量などの情報が返されます。
このレスポンスグループは、主に、SellerListingSearch および SellerLookup とともに使って商品に関するさまざまな情報を返します。
次の表では、SellerListing によって返される要素について説明しています。
SellerListing は、全てのレスポンスグループに共通のレスポンス要素に示されている、全てのレスポンスグループが返す要素も返します。
次のレスポンスグループは、SellerListing の親レスポンスグループです。
なし
次のレスポンスグループは、SellerListing の子レスポンスグループです。
なし
次のリクエストを使用して、SellerListing によって返される XML レスポンス要素を説明しています。
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKey=[AWS アクセスキー ID]& Operation=SellerListingSearch& SellerId=[Seller ID]& ResponseGroup=SellerListing& Version=2008-08-19
次のレスポンス例は、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>