Software Engineering

How to Integrate eBay with Magento 2 Store?

carmellablick
carmellablick
4 min read

You can integrate your Magento 2 store with the eBay store using the Magento 2 eBay integration extension. eBay can be seamlessly import orders, categories and items into Magento 2 store.

Moreover, the admin can export the item from the Magento 2 store from eBay. So, the admin can offer eBay requirements, variants, return policies, and shipping information for export items.

Take a quick overview of the plugin's first configurations -
https://www.youtube.com/watch?v=6gV0ll1amrY

Check out a quick summary of the plugin's administration options for admins -
https://www.youtube.com/watch?v=RyvEobbc5EM

Characteristics of the Magento 2 eBay Connector -

Orders, categories, and products from eBay can be seamlessly imported into Magento 2. The admin can choose to import from active goods, through eBay.Products can be exported from Magento to an eBay shop.
Basic and configurable product types can be simultaneously imported.Export categories for bundles, groups, simple and configurations products.Admin can choose which eBay product to export.
Perform product synchronization with eBay conditions, requirements, and variants.Real-time order and stock synchronization based on eBay webhooks.Real-time update of delivery and tracking information on eBay.For testing and development, sandbox mode is offered.Evaluate the imported product information on eBay.Introduce return policy for exported items.Specify the duration of the export product listing.The listing templates can be created by the administrator.Configure the default sync category, order status, and quantity.

Installation Steps of Magento 2 eBay Integration -

Buyers will be provided a zip folder from which they have to extract the data on their PC. This retrieved folder has an src folder, and within the src folder is the app folder.


Unzip the appropriate extension zip after downloading the plugin from Magento Connect.

Generate the Webkul (vendor) and Ebaymagentoconnect (module) folders in your Magento2 root directory as follows:

app/code/Webkul/Ebaymagentoconnect and then relocate all module files into the magento2 root directory's /app/code/Webkul/Ebaymagentoconnect/ folder.

You are able to view directories in your Magento2 Root Directory only after upload.

After a complete install, run following commands in the Magento2 root directory.

First command

composer require webkul/ebayconnector

Second command

php bin/magento setup:upgrade

Third Command

php bin/magento setup:di:compile

Fourth Command

php bin/magento setup:static-content:deploy

Note - "composer need webkul/ebayconnector" is a command that must be performed in the terminal for the module to be properly installed.

After performing the instructions, you must clear the cache in the Magento admin panel.

To accomplish this, the administrator should navigate to System->Cache management, as illustrated below.

Multiple Language Support

The administrator will go to Store->Configuration->General->Locale Options to enable multilingual.

As a result, pick German as the language (the language into which the admin wants to translate his store content).

eBay Connector for Magento 2 translation

When a user wishes to convert their module from English to German, they are free to do so. They must navigate to the folder app/code/Webkul/Ebaymagentoconnect/i18n in their unzipped Magento2 Ebaymagentoconnect folder.

The customers receive a CSV file named "en US.csv." They will once again change the name, the CSV as "de DE.csv."

Then translate in German anything on the right side that comes after the comma.

To know the complete steps, visit the link --> https://webkul.com/

Discussion (0 comments)

0 comments

No comments yet. Be the first!