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
  • Sync Allocation to NetSuite
  • Sync Order Fulfillment from NetSuite
  • Sync Order Fulfillment to NetSuite

Was this helpful?

Edit on GitHub
Export as PDF
  1. Synchronization Flows

Allocation & Fulfillment

Explore Allocation & Fulfillment processes: synchronize item allocation with NetSuite for efficient warehouse management.

If the facility where an item is allocated uses NetSuite for fulfillment, usually a warehouse, then the OMS syncs those items' allocation with NetSuite.

It's important to remember that if items are not allocated to a "NetSuite Facility" their allocation is not synced to NetSuite until after fulfillment is complete.

Sync Allocation to NetSuite

Schedule a job in the HotWax Commerce integration layer to generate a fulfilled order item feed for NetSuite.

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

SFTP Location

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

Schedule a SuiteScript in Netsuite to consume the fulfilled order feed from HotWax.

SuiteScript to import NetSuite fulfillment item allocations

HC_SC_UpdateSalesOrders

Sync Order Fulfillment from NetSuite

Schedule a SuiteScript for exporting fulfilled order items from NetSuite.

HC_MR_ExportedSalesOrderFulfillmentCSV

Enable a transformation job in the HotWax integration layer to convert the feed into the HotWax fulfilled order item format.

Schedule job to import fulfilled order items into HotWax

Order Item Fulfillment
FTP Config: IMP_ODR_ITM_FLFLMNT

NetSuite fulfilled order items are now completed in Hotwax

Sync Order Fulfillment to NetSuite

Enable jobs in the HotWax Integration layer to export a feed of fulfilled order items from HotWax.

Check fulfilled feed at SFTP location

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

Schedule SuiteScript in NetSuite to consume fulfillment from HotWax

HC_SC_CreateItemFulfillment

HotWax fulfilled order items are now completed in NetSuite

PreviousReportsNextTransfer Orders

Last updated 3 months ago

Was this helpful?