Importing order changes from NetSuite to Magento - Shipping Address
This feature is used to synchronizing the NetSuite SalesOrder Shipping Address and Magento Order Shipping Address. Also, this scenario is used during New Order Creation (New orders importing to Magento from Netsuite.)
The Feature Scenario:
- SalesOrder is Created in NetSuite / Order was Created in Magento and pushed to NetSuite;
- SalesOrder is imported to Magento as Order (New orders importing to Magento from Netsuite.);
- The client changed the Shipping Address in the NetSuite
- Magento System(MS) pulls it from NetSuite via Cron / Admin pulls it via CLI (see CLI command to import order/order changes from NetSuite to Magento);
- MS checking that no Shipping exist in Magento for the Order
- if Shipping exists we do not modify the order
- MS pull the address from the NetSuite
- MS map address to the Order and save it.
No comments to display
No comments to display