From 16142f363433af3ff5508cf5e04e90871ff585d9 Mon Sep 17 00:00:00 2001 From: bhardwj_div Date: Mon, 4 May 2026 17:01:13 +0530 Subject: [PATCH 1/4] fix: correct NetSuite capitalization, SuiteScript spelling and SFTP placeholder consistency fixes #1668 --- documents/learn-netsuite/integration-flows/inventory.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documents/learn-netsuite/integration-flows/inventory.md b/documents/learn-netsuite/integration-flows/inventory.md index ec682d30d..3dbc16f3e 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, 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. 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. From 5d96a6ee319a14ef37a801ec0ac6f1fc838ec212 Mon Sep 17 00:00:00 2001 From: bhardwajdiv Date: Wed, 6 May 2026 11:59:18 +0530 Subject: [PATCH 2/4] Update documents/learn-netsuite/integration-flows/inventory.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- documents/learn-netsuite/integration-flows/inventory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/learn-netsuite/integration-flows/inventory.md b/documents/learn-netsuite/integration-flows/inventory.md index 3dbc16f3e..cd538d5e1 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. From 009c82f4fbd335e589639bf9a0866d4ff65fdb2b Mon Sep 17 00:00:00 2001 From: bhardwajdiv Date: Wed, 6 May 2026 12:22:08 +0530 Subject: [PATCH 3/4] Update inventory.md From 8e9478181d4c0b20eeb9c806c26bb6ccb60d8f13 Mon Sep 17 00:00:00 2001 From: bhardwj_div Date: Wed, 6 May 2026 12:31:25 +0530 Subject: [PATCH 4/4] fix: simplify opening copy in inventory guide per review feedback --- documents/learn-netsuite/integration-flows/inventory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/learn-netsuite/integration-flows/inventory.md b/documents/learn-netsuite/integration-flows/inventory.md index cd538d5e1..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, including creating and receiving purchase orders (POs) and fulfilling online orders, help maintain real-time and accurate 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.