Changing SCA Developer Tools Connection Information

Important:

The information in this topic applies to the Kilimanjaro release of SuiteCommerce Advanced (SCA) or earlier. If you are implementing the Aconcagua release of SCA or later, the best practice is to use the theme and extension developer tools to customize your site. See Choose a Tool for more information.

When deploying to NetSuite using the SCA developer tools and the gulp deploy command, Gulp.js uses the .nsdeploy file to determine how to connect to NetSuite. When you run gulp deploy, the script automatically configures the .nsdeploy file based on the information you provide when running gulp deploy. However, if there are changes to your account information or target folder, you may need to edit this file.

To edit the .nsdeploy file:

  1. Open the .nsdeploy file in a text editor.

  2. Edit the following parameters to reflect your account and system information:

    Note:

    The authID, described in the following list is needed for token-based authentication to NetSuite. For more information, see Token Based Authentication.

    • authID: the authentication ID that represents the NetSuite account you want to deploy to and the role you want to use for authentication.

    • account: the account number where you want to deploy.

    • hostname: the hostname where your account is located.

    • target_folder: the ID of the SSP application folder.

Related Topics

SCA Reference
SCA Source Directory
Product Details Page Architecture

General Notices