NetSuite RESTlet Connector Guide > NetSuite RESTlet Connections > NetSuite RESTlet Connection Properties
  

NetSuite RESTlet Connection Properties

When you set up a NetSuite RESTlet connection, you must configure the connection properties.
The following table describes the NetSuite RESTlet connection properties:
Property
Description
Runtime Environment
The name of the runtime environment where you want to run the tasks.
Username
User name for a NetSuite account. User name is an email address.
Optional, if you use token-based authentication to access NetSuite.
Password
Password for the NetSuite account.
Optional, if you use token-based authentication to access NetSuite.
REST Domain
REST domain name. For example, the following is a RESTlet URL format with REST Domain details appended in it:
<REST Domain>/app/site/hosting/restlet.nl?script<ScriptID>&deploy=1
The following are examples of REST domain:
  • - rest.na1.beta.netsuite.com for beta environment
  • - rest.sandbox.netsuite.com for sandbox account
  • - rest.netsuite.com or rest.na1.netsuite.com for production account
Account
NetSuite account ID. To find your account ID, log in to NetSuite and click Setup > Integration > Web Services Preferences.
If you cannot access the Setup menu, navigate to Support > Go to Suite Answers > Contact support by phone. The page displays your account ID.
Consumer Key
The client key associated with the web service application.
Required only for token-based authentication type.
Consumer Secret
The client password to connect to the web service application.
Required only for token-based authentication type.
Token ID
The token ID generated in NetSuite.
Required if you want to use token-based authentication to access NetSuite. Optional if you use a user name and password to access NetSuite.
Token Secret
The token secret generated in NetSuite.
Required if you want to use token-based authentication to access NetSuite. Optional if you use a user name and password to access NetSuite.