Synchronize Shopify Orders with NetSuite Sales Orders > Introduction to Synchronize Shopify Orders with NetSuite Sales Orders recipe
Introduction to Synchronize Shopify Orders with NetSuite Sales Orders recipe
The Synchronize Shopify Orders with NetSuite Sales Orders recipe is based on REST and SOAP APIs. Use the recipe to synchronize a Shopify order with a NetSuite sales order based on a webhook request from Shopify without manual intervention.
When an order is created or updated in Shopify, Shopify sends a webhook and triggers the process. The process uses Shopify ID to search for a sales order in NetSuite. If the sales order exists, the process is terminated.
The process then creates all products from the order in NetSuite. If a product with the same name already exists, it retrieves the product’s ID instead of creating a new product. The process either creates or updates the customer record in NetSuite based on the order vendor, that is, shop information.
The process then creates a sales order using the data from the Shopify order. The process does not update existing sales orders.
The process requires webhook configuration in Shopify.