All Collections
Connect your Store
Magento 2
How do I connect my Magento 2 store?
How do I connect my Magento 2 store?
Updated over a week ago

Start your free 30-day trial now. Integrate your Magento 2 store to Koongo in 8 easy steps. In case you use any firewall protection at your online store connected to Koongo, please check Koongo IP addresses to be whitelisted

Note: The HTTP basic authentication has to be turned off for Koongo API integration.

The REST API cannot connect a webshop with active HTTP basic authentication.

About Koongo

Koongo provides smooth integration to various online marketplaces and price comparison websites worldwide. Koongo solution enables you to import your Shopify products to Koongo. You can optimize your data. And create automatic connections to marketplaces and price comparison websites of your choice.

Koongo offers order management functionality for selected online marketplaces. Koongo transfers marketplace orders back to your Shopify store. Marketplace orders can be fulfilled directly in Shopify just like ordinary orders.

1. Download Koongo module

Download the Koongo module install package

2. Install Koongo module

2.1 Unpack package

Unpack the downloaded package locally

2.2 Upload the package over FTP or SSH

Copy the content to your Magento 2 installation folder using FTP or SSH/SCP client

Screenshot_2023-05-02_at_20.26.57.png

2.3 Run commands

Login to your server via ssh and call the following commands in your Magento 2 installation folder:

//Set developer mode if production mode is adjustedphp bin/magento deploy:mode:set developer  php bin/magento module:enable Nostress_Koongophp bin/magento setup:upgradephp bin/magento setup:static:deployphp bin/magento setup:di:compilephp bin/magento cache:flush  //Set production mode back if this mode was originally adjustedphp bin/magento deploy:mode:set production  //You can check current mode byphp bin/magento deploy:mode:show


2.4 Check the module

After successful installation, the module will appear at the left backend menu. See the image below.

Screenshot_2023-05-02_at_20.16.52.png

3. Post-installation Steps - Cache Refresh

Navigate to System → Cache Management and refresh ALL cache.

4. Connect your Magento 2 store to Koongo account

4.1 Select Getting Started

Select Getting Started button

Screenshot_2023-05-02_at_20.17.54.png

4.2 Select Activate Koongo Service

Select Activate Koongo Service button

Screenshot_2023-05-02_at_20.20.24.png

4.3 Insert your admin password

Activate new REST API integration by inserting your admin password

M2_Kaas_insert_admin.png

4.4 Check your permission

Check your permission and click Allow integration button

M2_kaas_permission.png

4.5 Select Authorize

Select Authorize button. You'll be redirected to Koongo service login page

Screenshot_2023-05-02_at_20.22.10.png

5. Register or Log in to Koongo

Register or log into your Koongo account.

howdoIstartwith_Koongo_1.png

6. Add Store

Select Add New button and select the Magento 2 platforms. This will activate Koongo as a service

magento2.png

m2settings.png

7. Create Product feed

Follow Quick Start Guide, Add new feed part. Feel free to contact Koongo support at support@koongo.com.

8. Composer Installation

Please, follow the instructions available on GitHub to install the Koongo module via Composer.

9. Troubleshooting

Product import fails due to Error: 401 - Unauthorized

There is a problem with API calls authorization at the Magento store.

Solution

  • Please check if Access to anonymous web APIs is restricted at your Magento store. To restrict the anonymous API access, log in to the Admin panel and navigate to Stores > Settings > Configuration > Services > Magento Web API > Web API Security. Then select No from the Allow Anonymous Guest Access. menu.

  • Please check if proper permissions (see image below) are assigned at System > Extensions > Integrations > Koongo (Edit integration with name Koongo in the grid)

mceclip0.png
Did this answer your question?