diff --git a/documents/learn-netsuite/integration-flows/inventory.md b/documents/learn-netsuite/integration-flows/inventory.md index ec682d30d..d04eca765 100644 --- a/documents/learn-netsuite/integration-flows/inventory.md +++ b/documents/learn-netsuite/integration-flows/inventory.md @@ -5,7 +5,7 @@ description: >- # Inventory -NetSuite serves as the central system of record for tracking product inventories across various retail locations. Inventory transactions in Netsuite, encompassing the creation and reception of purchase orders (POs) in warehouses, as well as the fulfillment of online orders from these warehouses, are vital components for maintaining real-time and precise inventory records. +NetSuite serves as the central system of record for tracking product inventories across various retail locations. Inventory transactions in NetSuite, including creating and receiving purchase orders(POs) and fulfilling online orders, help maintain real-time and accurate inventory records. However, while HotWax Commerce receives frequent updates regarding online orders fulfilled from the warehouse using NetSuite, it does not receive regular updates on new inventory arrivals in the warehouses in response to purchase orders. This discrepancy causes HotWax Commerce to fall out of synchronization with inventory data of NetSuite. @@ -13,7 +13,7 @@ To ensure that HotWax Commerce remains continually synchronized with the latest ### Key Objectives -* Automate the daily synchronization of inventory data from Netsuite to HotWax Commerce. +* Automate the daily synchronization of inventory data from NetSuite to HotWax Commerce. * Ensure that HotWax Commerce reflects the most recent inventory numbers, as recorded in NetSuite.

Inventory Sync from NetSuite to HotWax Commerce

@@ -43,7 +43,7 @@ HC_uploadCSV_InventoryItems **SFTP Locations** ``` -/home/{sftp.user}/netsuite/inventoryitem/csv +/home/{sftp-username}/netsuite/inventoryitem/csv ``` 3. The final step in the workflow involves a scheduled job within HotWax Commerce OMS. This job is responsible for reading the Inventory Sync CSV files from the SFTP location. It utilizes this data to reset the inventory numbers for products within the HotWax Commerce system.