An iPaaS component that connects to NetSuite ERP API.
Main purpose of this component is to provide functionality to interact with NetSuite ERP system.
Communication with NetSuite API established using NetSuite’s native SDK.
2022.1 NetSuite version is used and supported. The component will work with other NS versions in most cases. But 100% compatibility could not be guaranteed.
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 a token based authentication mechanisms. 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: Enable Integration:
TBA: AUTHORIZATION FLOW and AUTHORIZATION CODE GRANT option, and check the TBA: ISSUETOKEN ENDPOINT option.User Access Tokens and SOAP Web Services permissions for integration using TBAAll the credentials fields are required:
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:
Get New and Updated Objects Polling
Generic trigger that polls NetSuite instance for new and/or updated objects (of any type available in the NetSuite).
Polling objects
Find an object or a set of objects was updated since last polling of time.
The following NetSuite triggers are deprecated:
NetSuite component includes the following actions:
Add Object
Add an object to NetSuite.
Delete Object By Id
Deletes an object by the ID provided.
Get Item Availability
Allows to get an item availability based on its type and internal ID provided.
Lookup Object By Id
Lookup an object by the ID provided.
Lookup Objects
Looks for objects available in NetSuite which meet given criteria.
Upsert Object By Id
Either update an object in NetSuite by an ID provided or inserts as a new object if it does not exist.
Lookup Objects By Custom Field
Looks for objects available in NetSuite which meet given custom string field criteria.
Update Object
Update an object in NetSuite.
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.
Click here to learn more about the elastic.io iPaaS