An iPaaS component designed to facilitate robust connectivity with the NetSuite ERP API.
The primary objective of this component is to provide a comprehensive suite of tools for interacting with and managing data within the NetSuite ERP ecosystem.
Communication with NetSuite is established using the native SOAP SDK, ensuring reliable and secure data exchange.
This component is optimized for and supports NetSuite version 2022.1. While it is likely to remain functional with other versions, absolute compatibility is guaranteed only for the specified release.
Component requires 1024 MB of RAM memory to properly function. It is recommended to increase the RAM memory prior any activity (credentials verify, retrieve sample). Contact support for more.
| Variable | Value |
|---|---|
| EIO_REQUIRED_RAM_MB | 1024 |
NetSuite’s Web Services SOAP interface allows you to communicate with the ERP and to integrate external systems with it. NetSuite’s native SDK, which is used for the communication in the component, uses NetSuite’s SOAP Web Services under the hood.
By default web service communication is disabled in NetSuite. So it should be enabled in order to allow component make calls. To enable Web Service communication:

Netsuite connector since version 3.0.0+ only supports Token-Based Authentication (TBA). Support of a user credentials mechanism has been removed by Netsuite SOAP API.
To use Token-Based authentication you must at first setup a Netsuite account:
https://{accountId}.suitetalk.api.netsuite.com). Locate this in the NetSuite UI under Setup > Company > Company Information in the Company URLs subtab.. Should be something like https://{accountId}.suitetalk.api.netsuite.com.ACCOUNT ID field there.

Please Note: Make sure you have copied an account name exactly how it is specified in Netsuite UI.
In order to use the functions of the NetSuite component, you need to go through the authentication process.
Please paste the required fields described in the steps above. After filling in all fields, click Verify to validate the credentials, then click Save to store them.

NetSuite component includes the following triggers:
The following NetSuite triggers are deprecated:
NetSuite component includes the following actions:
Add Object
Creates a new record in NetSuite.
Delete Object By Id
Deletes a record from NetSuite using its Internal or External ID.
Get Item Availability
Retrieves real-time availability for a specific item.
Lookup Object By Id
Retrieves a specific record by its ID.
Lookup Objects
Searches for objects in NetSuite that match specific criteria.
Lookup Objects By Custom Field
Finds records matching a specific custom string field.
Update Object
Modifies an existing record in NetSuite.
Upsert Object By Id
Updates an existing record or creates a new one if the ID is not found.
Upsert Custom Fields
Can upsert custom fields in NetSuite.
The following NetSuite actions are deprecated:
Lookup Customer (deprecated)
Deprecated. Use Lookup Object By Id action instead. This action enables to find the customer by provided ID.
Lookup Invoice (deprecated)
Deprecated. Use Lookup Object By Id action instead. This action can be used to find invoices by provided ID.
Upsert Customer (deprecated)
Deprecated. Use Lookup Object By Id action instead. Create new or update existing customer by provided external ID.
Upsert Contact (deprecated)
Deprecated. Use Upsert Object By Id action instead. Create new or update existing contact by provided external ID.
Upsert Invoice (deprecated)
Deprecated. Use Upsert Object By Id action instead. Create new or update existing invoice by provided external ID.
Upsert Sales Order (deprecated)
Deprecated. Use Upsert Object By Id action instead. Create new or update existing sales order by provided external ID.
Upsert Vendor (deprecated)
Deprecated. Use Upsert Object By Id action instead. Create new or update existing vendor by provided external ID.