Netsuite RESTlet Service
Before you begin
In order to use the features in this section you need to have an active Spojit account. If you don't have an account you can checkout out the pricing and register here. If you already have an account you can login here.
NetSuite is the leading integrated cloud business software suite, including business accounting, ERP, CRM and ecommerce software. This service can facilitate the bilateral transfer of resources within the Netsuite RESTlet service.
Tip
Full documentation of creating RESTlets in Netsuite is available in the Netsuite Help Center.
Netsuite RESTlet Authorization¶
This service uses the Token Based Authentication (TBA) approach outlined in the Netsuite Help Center. The following authorization configuration needs to filled out in order to connect with Netsuite:
Option | Description | Default | Required |
---|---|---|---|
Company URL | The company endpoint for your Netsuite instance (i.e. https://****.suitetalk.api.netsuite.com). | - | TRUE |
Account ID | Your account ID. | - | TRUE |
Consumer Key | A consumer key for your Netsuite instance. | - | TRUE |
Consumer Secret | A consumer secret for your Netsuite instance. | - | TRUE |
Token ID | A token ID for your Netsuite instance. | - | TRUE |
Token Secret | A token secret for your Netsuite instance. | - | TRUE |
The following example configuration shows you how to configure the authorziation for Netsuite:
Making a request¶
Making a request with send/retrieve data from a given Netsuite RESTlet URL. Basic HTTP are used (GET, POST, PUT and DELETE) and the responses will be what is configured for the RESTlet.
Option | Description | Default | Required |
---|---|---|---|
Method | GET / POST / PUT / DELETE | GET | TRUE |
URL | The full URL of your RESTlet. | - | TRUE |
Important
The response code will always be 200 if the RESTlet response is successful.
Example configuration and mapping
The following example shows you how to configure the Netsuite RESTlet service to get data from Netsuite.
This service's data setup is dependant on the RESTlet configuration.
This service's output data is dependant on the RESTlet configuration.