NetSuite Connector Guide > NetSuite connections > NetSuite connection properties
  

NetSuite connection properties

The following table defines the NetSuite connection properties that you must configure in the Connection Properties section:
Property
Description
Client ID
NetSuite OAuth 2.0 client ID to generate a valid access token.
Enter the client ID that you generated from the Integration page in NetSuite.
Certificate ID
NetSuite certificate ID that you generated using OAuth 2.0 Client Credentials. NetSuite certificate ID that you generated under Setup > Integration > Manage Authentication > OAuth 2.0 Client Credentials (M2M) Setup in NetSuite, as shown in the following image:
Navigation path to view the NetSuite certificate ID.
Instance URL
NetSuite applications suite instance URL.
Enter the instance URL in the following format:
https://[accountid].suitetalk.api.netsuite.com
Certificate Private Key
NetSuite certificate private key. Enter the PKCS8 certificate as a Base64-encoded string in the following format:
-----BEGIN PRIVATE KEY----- ..... -----END PRIVATE KEY-----