My existing NetSuite connection appears offline despite having correct credentials for authentication. What could be the reason? Is there any way to use basic authentication type with 2FA (tw...
Note This article applies to custom Shopify integrations built in integrator.io. No changes are required for the Shopify integration app. Shopify released a quarterly API update with changes affe...
Token-based authentication is stateless, which means that neither the server nor the session stores any information about the user. The token is sent on every request, helping to prevent cross-sit...
Note This article applies to custom Shopify integrations built in integrator.io, where Shopify stores have multi-location fulfillment. No changes are required for the Shopify integration app. In...
Your flow will generate an error if any page of records to be processed exceeds the 5 MB limit; needless to say, a single record must be smaller than 5 MB. The example script below demonstrates ho...
Subrecords hold information about a parent record and are meaningful only within that context. The subrecord must be created, edited, removed, or viewed from its standard NetSuite record. You may ...
Tip: Some companies put their documentation on third-party sites. If you can’t find the guide on their website, you can also try a web search. HTTP connections can have an authentication type of W...
The parent-child records described here are both custom NetSuite records. The parent record can have a one-to-many relationship with the children, similar to an item sublist on a sales order. For ...
Requests to NetSuite APIs are governed by the following factors: Concurrency limits placed on combined web services and RESTlet requests, per account Limits placed on each integration If t...
integrator.io executes NetSuite imports and exports via RESTlets, which are subject to NetSuite governance on the number of API operations allowed for every invocation. Each API call, typically ex...