Hi,
I recently migrated to Magento 2.3 from Netsuite. Now I want to sync orders from Netsuite to Magento using the API. I have gone through the documentation and found that I need to follow few steps to create an order for a customer. But following those steps we will not be able to sync orders for the registered customers on Magento as we will not have their passwords to get the token of the customer and create an order.
Is there any alternate approach to sync the orders from third party application to Magento for existing customers?
Thanks.
Looking at the all the possibilities you have following options which you can prefer for the migration from the NetSuite to Magento 2
From the above options you can choose any of the option and migrate your data from the NetSuite to Magento.
Hope it helps !
Suppose you don't have the passwords of registered customers in Magento. In that case, you can consider syncing orders from Netsuite development to Magento by either using guest checkout and mapping customer information to guest orders, or by directly importing orders into Magento's database from Netsuite without relying on the API authentication process.