Overview
Magento 2 - NetSuite Connector helps retailers combine the powerful Magento 2 eCommerce platform with the proven back-office features of NetSuite and keep the orders, customers, fulfillments & inventory levels in sync.
Before You Begin
Before you begin with the installation of Magento 2 - NetSuite Connector, perform the steps mentioned below.
1. Accomplish the steps mentioned in the Prerequisites and Pre-installation tasks articles.
2. Install the integrator.io and Magento 2 bundles in NetSuite.
a. Install integrator.io bundle in NetSuite.
b. Install Magento 2 Bundle in NetSuite.
Install integrator.io bundle in NetSuite
To install the integrator.io bundle in NetSuite:
1. In NetSuite, go to Customization > SuiteBundler > Search & Install Bundles.
2. In the Search bar, enter "Celigo integrator.io". Find Bundle ID 20038.
3. Click Install.
Install Magento 2 Bundle in NetSuite
To install the Magento 2 bundle in NetSuite:
1. In NetSuite, go to Customization > SuiteBundler > Search & Install Bundles.
2. In the KEYWORDS textbox, enter "Celigo Magento 2 Connector" and then click Search. Find Bundle ID 119234.
3. Click Install.
Install Magento 2 - NetSuiteConnector
To install Magento 2 - NetSuite Connector (integrator.io):
1. In integrator.io, go to integrator.io Menu (the Waffle icon) > Integration Marketplace > Magento > Magento 2 - NetSuite Connector.
2. Click Install. The integrator.io Dashboard page will appear and in that, you can see the Magento 2 - NetSuite Connector tile is ready for setup.
Note: If you see the Contact Sales button instead of the Install button, please reach out to your Account Executive to check the status of your connector license.
3. On the Magento 2 - NetSuite Connector tile, click Setup and go through the guided install process.
4. On the Magento 2 - NetSuite Connector Setup page,
a. For NetSuite Connection, Configure NetSuite Connection Credentials.
b. For Magento 2 Connection, Configure Magento 2 Connection Credentials.
c. For Integrator Bundle, the Installed status will come automatically. This is because you installed the integrator.io bundle.
Note: If you are seeing the Click to Install link, click the link and this will open the NetSuite login page. Login to NetSuite using your NetSuite credentials and the Click to Install will automatically convert to the Verify Now link. Now click Verify Now.
d. For Magento 2 Bundle, click Verify Now. This is because you installed the Magento 2 bundle.
Note: If you are seeing the Click to Install link, click the link and this will open the NetSuite login page. Login to NetSuite using your NetSuite credentials and the Click to Install will automatically convert to the Verify Now link. Now click Verify Now.
e. For Magento Extension, Install Magento 2 Extension.
Configure NetSuite Connection Credentials
To configure NetSuite Connection credentials:
1. On the Magento 2 - NetSuite Connector Setup page, for NetSuite Connection, click Click to Configure;
2. In the NetSuite Connection dialog box, configure the connection details by following the steps in this document.
Configure Magento 2 Connection Credentials
To configure Magento 2 Connection credentials:
1. On the Magento 2 - NetSuite Connector Setup page, for Magento Connection, click Click to Configure.
2. In the Magento 2 Connection window, enter appropriate details for Base URI, Username, Password; then click Generate Token to generate the token. The token value gets automatically populated in the Token textbox.
3. Click Test. The Connection is working fine message appears.
Install Magento 2 Extension
To install Magento 2 Extension in your Magento instance:
- Purchase the free Celigo "NetSuite Connector" (Magento 2 extension) from the Magento Marketplace. You will receive a zip file.
- Upload the zip file on your Magento server using the below instructions:
Note: Refer to the Magento extension install instructions here.- Ensure you have the FTP Access and ssh or command access for your Magento server FTP.
- Log into the FTP of your Magento server and navigate to the "magento" directory.
- Go to the "app" folder and check if there is any "code" folder. If not, create a folder named "code".
- Go inside the "code" folder and create a new folder named "Celigo". Then, go inside the "Celigo" folder and similarly, create a folder named "Magento2NetSuiteConnector".
- Unzip the above zip file here.
- Then open the ssh/command prompt on your Magento server, and go to the Magento install directory and run the following commands
- php bin/magento setup: mode developer
- php bin/magento module:enable Celigo_Magento2NetSuiteConnector
- php bin/magento setup: upgrade
- php bin/magento cache: clean
- php bin/magento setup: mode production
Comments
3 comments
The Magento extension install instructions are incorrect according to our dev. Here are the correct steps:
bin/magento deploy:mode:set developer
bin/magento module:enable Celigo_Magento2NetSuiteConnector
bin/magento setup:upgrade
bin/magento cache:clean
bin/magento deploy:mode:set production
@Michael Rosenberg
Thank you for letting us know. We have added a link in the note that explains the correct "Magento extension install instructions."
Thank you Michael Rosenberg. Pretty hard to do for a novice when the instruction are incorrect.
Please sign in to leave a comment.