Modify Root URL for SSP Application in SuiteCommerce
Changing the root URL for the SSP application is essential for using HTTPS with your local server setup in SuiteCommerce.
To use HTTPS with the local server, you must change the value of the ROOT variable in the SSP application.
How to Modify the Root URL of the SSP Application
-
Open the application's
index-local.sspfile.
This file is located in<SCA_Source_Root>. For instance, theindex-local.sspfile for the Shopping application is typically found in this directory:/Modules/suitecommerce/ShoppingApplication@x.y.z/Internal.Note: For SCA 2019.2 and later releases,
index-local.sspfiles are located in the Advanced directory at/Advanced/ShoppingApplication/Internals. -
Change the value of the
ROOTvariable:
Update theROOTvariable in yourindex-local.sspfile to reflect your local server's URL:nonevar ROOT = 'https://localhost:7778/' -
Compile and deploy the application.
Run the following command to deploy your updates:bashgulp deployThis command compiles the application and creates a
local.sspfile based on the modifiedindex-local.sspfile. Since this procedure changes a backend file, deploying the updated files to NetSuite is necessary.
Frequently Asked Questions (4)
What file needs to be modified to change the root URL for the SSP application in SuiteCommerce?
Does modifying the root URL in SuiteCommerce SSP applications require deployment?
Where is the `index-local.ssp` file for the Shopping application typically located?
Is the change to the root URL specific to any particular version of SCA?
Was this article helpful?
More in General
- Field Service Management Enhancements and Bug Fixes for 2026
Overview of the 2026 Field Service Management SuiteApp updates showcasing enhancements and bug fixes.
- Example
Documentation article about Example
- Pass String Literals
Documentation article about Pass String Literals
- Manual Edits
Documentation article about Manual Edits
Advertising
Reach General Professionals
Put your product in front of NetSuite experts who work with General every day.
Sponsor This Category