NetSuite

What is it about?

NetSuite Oracle is a cloud-based enterprise resource planning (ERP) software designed to help businesses manage their operations more efficiently. With its suite of tools for finance, accounting, inventory, sales, and more, NetSuite Oracle provides businesses with a comprehensive platform for managing their entire business.

Main points to consider regarding env vars

NetSuite integration is a bit tricky. Their documentation does not allow for a simple authorization process, so for this integration to function you would need to find following values: TOKEN_ID, TOKEN_SECRET, ACCOUNT_ID, CONSUMER_KEY, CONSUMER_SECRET.

  • Getting CONSUMER_KEY and CONSUMER_SECRET:

  1. Log in to your NetSuite account.

  2. In the search bar enter Manage Integrations.

  3. On the Manage Integrations page click New button on top left.

  4. Setup new application. Don't forget to choose REST WEB SERVICES as the scope. Otherwise you wont be able to access your integration endpoints.

  5. Click Save button and CONSUMER_KEY and CONSUMER_SECRET will appear at the bottom of the screen.

  6. Save values and enter them in the corresponding fields on the integration's page on the Deskree platform.

  • Getting CONSUMER_KEY and CONSUMER_SECRET:

  1. Log in to your NetSuite account.

  2. In the search bar enter Access Tokens.

  3. On the Access Tokens page click New Access Token button on top left.

  4. Setup the token using application created in the previous steps.

  5. Click Save button and TOKEN_ID and TOKEN_SECRET will appear in the middle of the screen.

  6. Save values and enter them in the corresponding fields on the integration's page on the Deskree platform.

  • Getting ACCOUNT_ID:

  1. Log in to your NetSuite account.

  2. In the url of the page you will something like https://45201463264.app.netsuite.com/app/setup. From this url you only need this part - 45201463264

  3. Save value and enter it in the corresponding field on the integration's page on the Deskree platform.

If you need a more detailed explanation on this topic, please refer to NetSuite documentation. We cannot provide you with a link to it, as NetSuite API is not freely accessible.

Also, here is a complete guide for token-based Authentication for NetSuite.

Last updated

Copyright © 2023 Deskree Technologies Inc.