Magento 2 connector Import Orders User Guide
Description
Magento 2 connector Import Orders provides powerful integration functionality to synchronize customers' orders between Magento and NetSuite that created in NetSuite.
The extension provides new features:
- Import orders from NetSuite to Magento
- Import single order from NetSuite to Magento
- Creating a company customer in Magento if the customer of an order is a company in NetSuite
Import orders will be run automatically by the netsuite-connector cron job.
The extension allows manually run an import a single order by the CLI command "netsuite:utils:importorder".
The extension supports only Magento 2.3.* Commercial version.
Requirements
- Magento 2 requirements (here)
- Installed Magento Commercial 2.3.* system
Installation through composer
- composer config repositories.netsuite-extra composer https://repo.rocketweb.com/
composer require rocketweb/netsuite-connector-import-orders ^1.0
- php bin/magento setup:upgrade
- Only in production mode: php bin/magento setup:di:compile && php bin/magento setup:static-content:deploy
- php bin/magento cache:flush
Configurations
To enable synchronization:
- Go to Stores → Settings → Configuration → ROCKET WEB → NetSuite → Enable/Disable Features and enable the Enable getting order changes from NetSuite setting
- Important Note! To receive proper results make sure that you have core module configuration done (including order fields mapping/payment methods mapping/shipping methods mapping)
Available configuration:
- Go to Stores → Settings → Configuration → ROCKET WEB → NetSuite → Order Settings
- Picture 1 - Import Orders BackOffice configuration
- DateTime starting for New Orders import - option responsible for defining the initial date and time for order importing. The module will try to import all orders in the NetSuite to Magento that is not imported starting from the date and time in this option.
- Store for New Order Import - option responsible for defining the store where new orders should be imported. It is a dropdown with all current active stores at the Magento.
- Fallback Shipping Method - option used to set the default Shipping Method on New Order Import/Order Changes Import. Shipping Method set in this option is used when no mapping for order Shipping Method exists.
- Fallback Payment Method - option used to set the default Payment Method on New Order Import/Order Changes Import. Payment Method set in this option is used when no mapping for order Shipping Method exists.
Deleting the Magento 2 Connector B2B extension
composer remove rocketweb/netsuite-connector-import-orders
php bin/magento setup:upgrade
Only in production mode: php bin/magento setup:di:compile && php bin/magento setup:static-content:deploy
php bin/magento cache:flush

No comments to display
No comments to display