Build and Deploy an Extension for SCIS
To start building extensions for SCIS, install the SuiteCommerce Extension Management bundle in your NetSuite account. Web developers can use the tools provided in the bundle to build and deploy extensions to your NetSuite account. Administrators can activate extensions for SCIS by using the Extension Manager in NetSuite.
See Install Your Commerce Website Applications for information about the SuiteCommerce Extension Management SuiteApp and the Bundle ID.
NetSuite Commerce web stores provides tools to create, test, and deploy code as extensions for SCIS. Not all of the same events and methods that are available for Commerce web stores are available in SCIS. However, the way you build extensions, using the Extensibility Layer API is the same. The following instructions describe general information about setting up your development environment and building an extension for SCIS.
Option and information windows can only be triggered by logic associated with frontend SCIS events.
To set up your development environment and build an extension for SCIS:
-
Use events and methods available with the SCIS API. For more information, see SCIS Extensibilty API.
Note:SCIS doesn't support views, templates, or themes.
-
Use Gulp to create your extension.
-
Deploy your extension. Follow the instructions in Deploy an Extension to NetSuite.
-
After the extension is deployed, an administrator can activate it in SCIS. For more information, see Activate Extensions for SCIS.