Calling the Extend API

Calling the Extend API from NetSuite

Extend’s API requires the inclusion of a storeId and access token called X-Extend-Access-Token. The solution will need to safely store this information to be passed into every API call to ensure authentication.

The solution stores this information in the Extend Configuration Custom Record.

In addition, Extend’s API requires calls to be made via https. NetSuite’s N/https module will be used to generate all calls to the API.

Extend API Documentation

For more detailed information on Extend’s APIs, please consult the API Reference pages.