eBay: comparing similar items
I am developing an application which compares our items with competitors' items for prices, etc. Is there a way to search similar items? Currently we can do that manually using keywords but it's so tedious. We have 2000 auto part items.
开发者_JS百科Thanks.
Sam
You need getSimilarItems() in the eBay Merchandising API. It takes eBay itemId and returns a list of items similar to that item.
精彩评论