Finding Items Sold by Sellers
Merchants always sell new or collectible items. To purchase items that are used, refurbished, or out of stock in merchant's inventories, you must purchase from sellers.
Sellers also can sell new and collectible items. Customers sometimes like what specific sellers have for sale. For that reason, it is a good idea to enable customers to find items sold by sellers.
To find items sold by sellers
-
Use the
SellerListingSearch
operations
You cannot use SellerListingSearch
. to return items sold by
merchants. You can ItemSearch
to find some items sold by sellers.
SellerListingSearch
, however, returns far more information
about seller's items.
Using SellerListingSearch
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKeyId=[AWS Access Key ID]
& Operation=SellerListingSearch
& SellerId=[A Seller ID]& Keywords=crystal%20ball& Sort=+price
This request returns the crystal balls sold by the specified seller. The results are sorted by price.
Word order in the title does not matter and case is not significant. For example, searching for Crystal%20balls is the same as searching for Balls%20Crystal.
Note | |
---|---|
Product Advertising API does not offer an operation that searches for a specific item across all sellers. |
Searching for Out of Stock Items
By default, SellerListingSearch
retrieves only products
that are available.
To search for discontinued, out of stock, or unavailable products
-
Set the
SellerListingSearch
parameter,OfferStatus
, to "Closed."
For example, if you wanted to see all offers for a video game, you might use a
SellerListingSearch
request similar to the
following.
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKeyId=[ID]&
Operation=SellerListingSearch&
SellerId=[Seller ID]&
Title=[GameTitle]
& OfferStatus=Closed
Returning Historical Pricing
A seller has to determine how much to charge for their items.
One way to do that is to look at what similar items have sold for in the
past. ItemSearch
can return similar items currently for
sale. When the seller's item is more like an item that is no longer for
sale, the SellerListingSearch
operation can be used
with OfferStatus equaling "Closed" to return discontinued items
and their prices.
Alternatively, Amazon provides a for-pay service called Amazon Historical Pricing. This service provides historical pricing information for the past three years.