Advanced Search
Search Results
139 total results found
Product documentation - Magento 2 connector
General architecture for Magento 2
[missing screenshot: confluence_logo_new.png] Used technologies The NetSuite connector is implemented as a Magento extension, 100% unencrypted code. It does not use any external service other than the NetSuite instance it communicates with. The communication w...
Product synchronization for Magento 2
[missing screenshot: confluence_logo_new.png] Field mapping The core of the product synchronization is the map defined at System->NetSuite->Settings->Product synchronization->Field Mapping . This mapping defines the link between Magento attributes and Inventor...
Stock synchronization for Magento 2
[missing screenshot: confluence_logo_new.png] Stock synchronization is done by default once in 6 hours. At this time, all stocks will be grabbed from NetSuite and imported in Magento. The relevant stock settings can be found at System->NetSuite->Settings->Sto...
Customer export for Magento 2
[missing screenshot: confluence_logo_new.png] Exported customer data Customer-level information NetSuite field Magento field Details externalId email_storeId, i.e. paul.grigoruta@rocketweb.com_1 entityId email_storeId, i.e. paul.grigoruta@rocketweb.com_1 This ...
Order export for Magento 2
[missing screenshot: confluence_logo_new.png] Orders are queued for export once they are placed. Customer data The customer is pushed with the order, as described here. Note that even if an order is placed anonymously, a customer is still created in NetSuite,...
Invoice import/export - Magento 2
[missing screenshot: confluence_logo_new.png] Invoices management should be happening in NetSuite, but the initial invoice is pushed to NetSuite in case you make use of an authorize & capture payment method in Magento, or create an invoice using any other mean...
Fulfillment import - Magento 2
[missing screenshot: confluence_logo_new.png] Order fulfillment should happen in NetSuite. You can fulfill the order one or more times, each fulfillment being imported as a shipment in Magento. Tracking information is also passed back to Magento. See order exp...
Extending the connector - Magento 2
[missing screenshot: confluence_logo_new.png] General considerations It is not recommended to directly change the connector code directly, use the standard Magento 2 approaches in customizing modules. Events list netsuite_stock_item_save_before Description: g...
Server configuration - Magento 2
[missing screenshot: confluence_logo_new.png] Crons Main cron The main NetSuite processing cron is a bin/magento command. The minimum amount of configuration is to set this cron to run every few minutes: */2 * * * * php /home/mt_dev/public_html/oDaBS2962/bin/m...
Connector settings explained
[missing screenshot: confluence_logo_new.png] All the connector's settings are present at System>NetSuite>Settings General settings Setting name Example value Description Enable integration Yes Turn the entire integration on/off NetSuite Host https://webservic...
UI - Magento 2
[missing screenshot: confluence_logo_new.png] While most of the connector configuration is done inside the configuration screen, there are a few other screens that can be helpful, especially when debugging. All screens are available inside the "System" menu, N...
Initial product import
[missing screenshot: confluence_logo_new.png] The initial product import can be done after completing all NetSuite configuration. There are two different cases: you already have the products in Magento, so you only need to "link" them to their NetSuite counter...
Configuring login credentials - Magento 2
[missing screenshot: confluence_logo_new.png] Authentication methods The connector can authenticate to NetSuite via SuiteTalk using the following methods: username and password token Out of the two, username and password will stop working in early 2019 except ...
Magento 2 set up integration tests.
links: https://devdocs.magento.com/guides/v2.3/test/integration/integration_test_execution.html 0. Install Magento and netsuite-m2 module. 1. Set up the integration test framework. 1.1 Create an integration test database all tests will run there CREATE DATABA...
[Configurable Products] Custom fields and script setup for NS Connector
In order to make Rocket Web connector work with Matrix in NetSuite and map it to the Configurable Products in Magento, some additional settings of the NS project should be done. They should be done before initial product import to Magento using RocketWeb Conne...
Magento 2 connector B2B
Magento 2 connector B2B Technical Solution Magento 2 connector B2B User Guide Magento 2 connector B2B Tests List Key information Magento 2 connector B2B provides powerful integration functionality to synchronize customers and customers' company data between Ma...
Magento 2 connector B2B Technical Solution
Base Module Design The extension structure Mappers Processors Import processors Export processors CLI Commands Export Customer's Company Export Customers Plugins Base Module Design Picture 1 - B2B Connector always sync customers Picture 2 - B2B Connector compa...