Recommending Other Items Sold by the Same Seller
Customers sometimes become attached to the items sold by one seller. When a
customer has bought one item from the seller, you might suggest other items the seller
has for sale. You can make such suggestions using the SellerListingSearch
operation.
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKeyId=[AWS Access Key ID]
& Operation=SellerListingSearch& SellerId=[A Seller ID]& Keywords=[A word]
& Sort=+price& OfferStatus=Open
This request returns all of the seller's available items that match the keyword. The items are sorted from cheapest to the most expensive. Part of the response includes the following.
<SellerListing> <ExchangeId>Y01Y1679802Y5496404</ExchangeId> <ListingId>0829W011414</ListingId> <Title>Incredible Journey,Quad Movie Poster, 40" x 30",1963</Title> <Price> <Amount>1975</Amount> <CurrencyCode>USD</CurrencyCode> <FormattedPrice>$19.75</FormattedPrice> </Price> <StartDate>2004-08-29</StartDate> <EndDate>2007-08-14</EndDate> <Status>Open</Status> <Quantity>1</Quantity> <Availability>Usually ships within 1-2 business days</Availability> <Seller> <SellerId>A1ZKKOH0E9LH0B</SellerId> <Nickname>nostalgia_dot_com</Nickname> </Seller> </SellerListing>
The response shows that the movie poster for Incredible Journey is available for $19.75 from the seller specified in the request..