Reputation: 5840
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.
Thanks.
Sam
Upvotes: 0
Views: 270
Reputation: 38899
You need getSimilarItems() in the eBay Merchandising API. It takes eBay itemId and returns a list of items similar to that item.
Upvotes: 1