Package Data | |
---|---|
Maintainer Username: | maverickslab |
Maintainer Contact: | albert@syncommerceapp.com (Albert Fiati-Kumasenu) |
Package Create Date: | 2017-05-02 |
Package Last Update: | 2018-10-22 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:04:15 |
Package Statistics | |
---|---|
Total Downloads: | 259 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 1 |
###Requirements ####Cloudinary In order to use this package for listing products to eBay, you need to create a cloudinary account.
To authorize your app to make requests to eBay on behalf of the merchant, you need to go though the authentication flow. Set up an app on the eBay developer portal.
Make a request to ...yourdomain/ebay/install to test installation flow.
In order to make requests, you have to make sure you have provided the required params in the ebay.php file in your config directory. To do this, copy and paste this in your .env file and make the necessary changes
EBAY_COMPATIBILITY_LEVEL=951 EBAY_RUNAME=XXXXXXXXX EBAY_API_APP_NAME=XXXXXXXXX EBAY_API_CERT_NAME=XXXXXXXXX EBAY_API_DEV_NAME=XXXXXXXXX EBAY_SIGN_IN_URL=https://signin.sandbox.ebay EBAY_BASE_URL=https://api.sandbox.ebay.com/ws/api.dll EBAY_WARNING_LEVEL=High EBAY_ERROR_LANGUAGE=en_US EBAY_USER_TOKEN=XXXXXXXXX