Skip to main content

Sync NetSuite inventory items between NetSuite and Salesforce products

Workflow preview

Workflow preview
100%
Sync NetSuite inventory items between NetSuite and Salesforce products preview
Open on n8n.io

1. Workflow Overview

Short Description Automatically exports inventory items records from NetSuite and syncs them into Salesforce — creating or updating Products. Who is this for / Use case This template is designed fo...

Best for

  • CRM automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.splitout, n8n-nodes-base.noop, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-netsuite-rest.netsuiterest, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Entech Solutions.

Original n8n.io source

1.1 Workflow description

Title
Sync NetSuite inventory items between NetSuite and Salesforce products
Workflow name
Sync NetSuite inventory items between NetSuite and Salesforce products

Short Description

Automatically exports inventory items records from NetSuite and syncs them into Salesforce — creating or updating Products.

Who is this for / Use case

This template is designed for businesses and integration developers who:

  • Use NetSuite as their ERP or CRM system.
  • Need to automatically sync products data into Salesforce.
  • Want a reliable, scalable solution that supports pagination and upserts.
  • Prefer a ready-to-use, easily customizable workflow built on n8n.

How it works

Initialize pagination offset.

  1. Fetch Salesforce Pricebook values data.
  2. Initialize pagination offset.
  3. Fetch NetSuite list of Inventory Items.
  4. Split the retrieved array into individual items.
  5. Get details for each Inventory Item from NetSuite.
  6. Find certain price value fetched from NetSuite
  7. Upserts Product into Salesforce
  8. Repeat until all records are processed, then end the workflow.

Setup / Configuration

  1. Import the workflow into your n8n instance.
  2. Set your NetSuite and Salesforce credentials.
  3. Ensure your Salesforce Account/Contact objects have a matching External ID field.
  4. (Optional) Adjust mapping fields or filters to your data needs.
  5. Execute manually or trigger on a schedule (e.g., daily sync).

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Split Customers Array

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 3 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Workflow is finished

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 6 - Has More Records?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 7 - Retrieve Paging Offset and LastExportDate

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Update Paging Offset and LastExportDate

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Execute Workflow Daily

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 10 - Init Offset

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Update LastExportDate

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - NS: Inventory Item - Get record

Type / Role
n8n-nodes-netsuite-rest.netSuiteRest - netSuiteRest
Config choices
Version 1

Block 14 - Salesforce: Add Products

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - NS: Inventory Item - Get Delta records

Type / Role
n8n-nodes-netsuite-rest.netSuiteRest - netSuiteRest
Config choices
Version 1

Block 16 - NS: Inventory Item - Get list of All records

Type / Role
n8n-nodes-netsuite-rest.netSuiteRest - netSuiteRest
Config choices
Version 1

Block 17 - Salesforce: Get Pricebook values

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Prepare Salesforce Payload

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

3. Summary Table

Workflow Sync NetSuite inventory items between NetSuite and Salesforce products
Complexity advanced
Nodes 19
Categories CRM
Author Entech Solutions
Published 10 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13288/13288.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Sync NetSuite inventory items between NetSuite and Salesforce products do?

Short Description Automatically exports inventory items records from NetSuite and syncs them into Salesforce — creating or updating Products. Who is this for / Use case This template is designed fo...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your CRM use case.