Documents
HomeGlossary
Learn NetSuite
Learn NetSuite
  • Introduction
  • Integration Tools and Methodologies
    • SuiteScript
      • N/Task Module
      • N/Record Module
      • N/Search Module
      • N/File Module
    • Saved Search
    • Integration Methodologies
    • NetSuite
    • HotWax
  • Integration Flows
    • Inventory
    • Sales Orders
      • Order Approval
      • Order Allocation
      • Fulfillment
      • Invoicing
      • Shipping Methods
      • Gift Card Orders
      • POS Orders
      • Send Sale Orders
      • Reports
    • Returns
    • Exchanges
    • Kit Products
    • Transfer Orders
      • Warehouse to Store
      • Store to Warehouse
      • Store to Store
      • Reports
    • Cycle Count
    • Purchase Orders
  • NetSuite Deployment
    • Deployment
    • SDF Bundle Setup
      • Install SDF
      • Setup SFTP
      • Date Time Format
    • Prerequisites
      • Install NetSuite Jobs
      • Product Store Settings
      • SFTP Locations
      • Historical Customers
      • Shipping Methods
      • Price Level
      • Payment Methods
      • Promo Codes
      • NetSuite Facility Group
  • Synchronization Flows
    • Auditing
    • Products and Inventory
      • Product IDs
      • Inventory Reset
    • Orders
      • POS Cash Sales
      • Sync Customer
      • Sync Order IDs
      • Approve Orders
      • Reports
    • Allocation & Fulfillment
    • Transfer Orders
    • Purchase Orders
    • Integration Mappings
      • Payment Methods
      • Discount Codes
      • Price Levels
      • Shipping Methods
      • Facility Group
  • Troubleshooting
    • Failed SuiteScripts
    • Error Logs
    • Failure Notifications
    • Order Sync Failure
Powered by GitBook
On this page
  • Create Orders in NetSuite
  • Export orders from HotWax
  • Import orders into NetSuite
  • Import Order IDs from NetSuite
  • Export order line item IDs from NetSuite
  • Import order line item IDs into HotWax
  • Export order IDs from NetSuite
  • Import order IDs into HotWax

Was this helpful?

Edit on GitHub
Export as PDF
  1. Synchronization Flows
  2. Orders

Sync Order IDs

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

Before an order can be processed further, HotWax ensures sucessful 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.

To change this job's frequency, connect with the integration team.

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
Orders are now created in NetSuite

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.

HC_MR_ExportedSalesOrderItemCSV

Import order line item IDs into HotWax

Enable this Job from the Orders page in the Job Manager app.

Order Item Attribute
FTP Config: IMP_ORDER_ITM_ATTR

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.

HC_MR_ExportedSalesOrderCSV

Import order IDs into HotWax

Enable this Job from the Orders page in the Job Manager app to consume the file generated by NetSuite.

Order Identification
FTP Config: IMP_ORDER_IDENT
Orders and order line IDs are now synced back into HotWax
PreviousSync CustomerNextApprove Orders

Last updated 11 months ago

Was this helpful?