Modify eBay Connector - Store URL?

HI.

Is there a way to modify the 'Ebay.xml' Connector to only search by keywords on a specific store?

I have the store URL which shows all the items by that particular seller. Can I tell this connector to only search within a specified username?

Note: The "See all items by this seller" page only shows the first 50-200 items and then there is a pagination if they have more.

Thanks!

Hi,

Yes, there is a "Seller" filter according to the API documentation:
https://developer.ebay.com/devzone/finding/callref/types/ItemFilterType.html

Do you want to try and implement it within the Ebay.xml code? Otherwise, I can review the Connector for the next release of SeoTools.

I've added filters for User and Exclude User. You can replace the following code over the old code in the Ebay.xml file, located in default SeoTools directory/Connectors.
https://raw.githubusercontent.com/nielsbosma/SeoTools-for-Excel-Connectors/master/EBay.xml

Thanks for the code! It looks like my reply never got sent. But I used this awhile back and it worked perfectly. Thanks! :muscle:

1 Like