Magento 2 connector Import Orders Tests List
NetSuite Sales order import to Magento - Customer and product exist in Magento and NS
- import a product from NS (Product 1)
- create a customer and make it imported to NS (simply make order in Magento and export it to NS) - Customer 1
- create order in NS with Product 1, Customer 1 and import it to Magento
- check that order with the product created
- customer for order Customer 1
- orderItems created
- totals are right
- shipping method is right
NetSuite Sales order import to Magento - The product does NOT exist in Magento
- create order in NS with the product (SKU) that does not exist in the Magento
- create order in NS with Product 1 and import it to Magento
- check that order with the product is NOT created in Magento
NetSuite Sales order import to Magento - The product exists in Magento and NS, Customer exist only in the NS
- create the customer in NS - Customer 2
- create order in NS with Product 1, Customer 2 and import it to Magento
- check that order with the product created
- customer for the order - Customer 2 created in Magento
- orderItems created
- totals are right
- shipping method is right
- check netsuite_internal_id
NetSuite Sales order import to Magento - Creating Shipment, Creditmemo, Invoice for imported order
- import order using Scenario 1 or Scenario 3
- create a fullfilment in NS and import it to Magento
- shipment is successfully created
- create Cache Sale in NS and import it to Magento
- invoice successfully created
- create RMA+ Creditmemo in NS and import it to Magento
- creditmemo + rma successfully created
Import/Update Specific Order
- Create order 2 orders in the NS - NSOrder 1 and NSOrder 2
- Navigate to the Magento CLI and execute the command -
- netsuite:utils:importorder --id [ns_internal_id], where ns_internal_id is internal id of NSOrder 1 and NSOrder 2 (comma separated values)
- Check the Magento back office - the orders MagentoOrder 1 and MagentoOrder 2 should be imported
Import Orders as range of NS Internal ID
- Create 2 orders in the NS - NSOrder 1 and NSOrder 2
- Navigate to the Magento CLI and execute the command -
- netsuite:utils:importorder --from [ns_internal_id_order_1] --to [ns_internal_id_order_2], where ns_internal_id is internal id of orders
- Check the Magento back office - the orders MagentoOrder 1 and MagentoOrder 2 should be imported
No comments to display
No comments to display