For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sync Order IDs

Discover the seamless synchronization of order IDs between HotWax Commerce and NetSuite.

Before an order can be processed further, HotWax ensures successful creation in NetSuite by syncing order ID and order item IDs.

Create Orders in NetSuite

Export orders from HotWax

Schedule a job in the HotWax Commerce integration layer to create a file of orders in HotWax that have not yet been sent to NetSuite.

SFTP Location for exported 'Created' orders with verified customers

/home/{sftp-username}/netsuite/salesorder/export

Import orders into NetSuite

Schedule the following SuiteScript in NetSuite to consume the file of new orders from HotWax.

HC_importSalesOrders

Import Order IDs from NetSuite

Now that the order is created in NetSuite, the following jobs will sync their identifications back to HotWax for a full sync.

Export order line item IDs from NetSuite

Schedule this script to export order item IDs from NetSuite to enable order updates during allocation.

Import order line item IDs into HotWax

Open Catalog in Job Manager, search for the job, then configure its schedule.

Export order IDs from NetSuite

Schedule this SuiteScript in NetSuite to export NetSuite internal order IDs of recently created orders that have not been synced back to HotWax.

Import order IDs into HotWax

Open Catalog in Job Manager, search for the job, then configure its schedule to consume the file generated by NetSuite.

See Manage a job for current scheduling instructions.

Last updated

Was this helpful?