This should pull back data from the Ebay API, specifically GetSellerList
To install Ebay Sync, follow these steps:
- Download & unzip the file and place the
ebaysync
directory into yourcraft/plugins
directory - -OR- do a
git clone https://github.com/lexbi/ebaysync.git
directly into yourcraft/plugins
folder. You can then update it withgit pull
- Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
ebaysync
for Craft to see it. GitHub recently started appending-master
(the branch name) to the name of the folder for zip file downloads.
Ebay Sync works on Craft 2.4.x and Craft 2.5.x.
Gets an Ebay account's products that they are selling, adds them to CraftCMS as entries.
Add your API keys to the backend area, though change the page it syncs to in the services/EbaySyncService.php
Either use the sync button on the dashboard widget, or, setup a cron to hit actions/ebaySync/EbaySync/SyncAllEbayEntries to force the CMS to sync.
Does so will get all the ebay products, check they exist, if they do update the entry to reflect new content. Add if the entries don't exist, create them!.