カスタマーは、自分達が信頼できると思った出品者から購入したいと考える傾向があります。<ある出品者が出品している全ての商品をカスタマー向けに表示するには、
SellerListingLookup
オペレーションを使用します。デフォルトでは、
SellerListing
レスポンスグループが使われます。次に例を示します。
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKey=[AWS アクセスキー ID]
& Operation=SellerListingSearch
& SellerId=[Seller ID]
& ResponseGroup=SellerListing
次のレスポンスは、出品者が出品している商品の1つを示しています。レスポンス全体には、出品者の商品が全て含まれています。
<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>