NetSuite
Connect to your users' NetSuite ERP systems
Last updated
Connect to your users' NetSuite ERP systems
Last updated
Selecting an authentication strategy is the first step to building a NetSuite integration on Paragon. Paragon supports two methods for authenticating against your users' NetSuite systems, Authorization Code grant and Client Credentials. Your selection will affect the user experience of your connected users.
Authorization Code – Paragon will use the Client ID and Client Secret from the NetSuite app you create to initiate OAuth 2.0 flow on behalf of your connecting users.
Client Credentials – your connecting users are required to create their own client apps within their NetSuite instances.
We recommend developers use the Authorization Code method to optimize for a more seamless user experience for your connecting users.
Enabling the OAuth 2.0 and SuiteScript features in NetSuite are the first steps for configuring your NetSuite sandbox instance to Paragon Connect.
Navigate to Setup > Company > Enable Features then select the SuiteCloud tab.
Check the boxes for enabling Client SuiteScript, Server SuiteScript, and OAuth 2.0.
Click Save.
Now you can create your NetSuite app credentials in your NetSuite instance's Integration Management Settings. This is found under Setup > Integration > Manage Integrations > New.
Add a Name, a Description, and click to change the State dropdown to Enabled.
Enable the Token-Based Authentication checkbox, Authorization Code Grant, and Public Client options under Authorization.
Add the Paragon Redirect URL
Select the three scopes: RESTLETS
, REST WEB SERVICES
, and SUITEANALYTICS
.
You'll need the following information from the NetSuite application registration to set up your NetSuite App with Paragon Connect:
Consumer Key
Consumer Secret
Scopes Requested
In the Paragon Dashboard under Integrations > Connected Integrations > NetSuite > Settings, fill out your credentials from your NetSuite app in their respective sections:
Client ID: Found under Setup > Integration > Manage Integrations on your NetSuite App page.
Client Secret: Found under Setup > Integration > Manage Integrations on your NetSuite App page.
Permissions: Select the scopes you've requested for your application.
Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their NetSuite account, you can use the Paragon SDK to access the NetSuite API on behalf of connected users.
See the NetSuite REST API documentation for their full API reference.
Any NetSuite API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your NetSuite account is connected, you can add steps to perform the following actions:
Create Vendor
Update Vendor
Get Vendor by ID
Search Vendors
Delete Vendor
Create Bill
Update Bill
Get Bill by ID
Search Bills
Delete Bill
Create Account
Update Account
Get Account by ID
Search Accounts
Delete Account
Create Tax Group
Update Tax Group
Get Tax Group by ID
Delete Tax Group
Search Payment Terms
Get Payment Term by ID
Search Posting Periods
When using NetSuite, you can reference data from previous steps by typing {{
to invoke the variable menu.