You can use fuctions on this application to setup auction on ebay for the sell your stuff on ebay.

1. How to setup OFBiz integration eBay.

  1. Register with ebay developer site for obtain keys and certificate (eBayExport.devId,eBayExport.appId,eBayExport.cerId and eBayExport.token etc.) at Join with ebay developers

  2. After registered it should be following the keys below :

    • ebay keys example

      1. eBayExport.devID=f3586481-93c7-4aaf-ab87-d383d56b71b1

      2. eBayExport.appID=antwebc0f-9bf9-4829-998b-e5e8fb773ac

      3. eBayExport.certID=7f363bc0-11d6-489a-a54d-4a44de82f790

    • token key generated from ebay account example :

      1. eBayExport.token=AgAAAAAQAAAAaAAAAA**Ccn7Sg…​..

  3. Following file in plugins/ebay/config/eBayExport.properties. You will see Merchant configurations.

  4. Go to ebay-→Ebay Configurations screen (see link in the bottom of page)
    This screen will displayed ebay configurations with each stores. You need to “add” or “edit” the configuration keys you got from ebay for each productstores into this screen. This configuration is for connect to ebay site and export or import data to ebay.

  5. In eBay screen, go to ebay → Export or eBay → orders Import
    then try to test export products and import orders from ebay.