Download SuiteCommerce Extension Developer Tools
Download extension developer tools for SuiteCommerce from your NetSuite File Cabinet for effective customization and management.
TL;DR Opening
This article covers the process of downloading the SuiteCommerce Extension Developer Tools from your NetSuite account, which is essential for developing custom extensions for SuiteCommerce and SuiteCommerce Advanced implementations.
Which Tools Do I Use?
Extension developer tools are available in the SuiteBundles folder of your NetSuite File Cabinet, correlating with the SuiteCommerce Extension Management bundle. These tools are regularly updated with each new SuiteApp release. The necessary tools depend on your implementation:
- SuiteCommerce and SCA 2019.1 and Later: Use the latest theme and extension developer tools found in the respective SuiteBundles folder in your NetSuite File Cabinet.
- SCA Aconcagua and 2018.2 Release: Users of these implementations should utilize the 2018.2.1 developer tools available in the SuiteBundles folder. Compatibility with any other tools is not possible.
Prerequisites
Before downloading the extension developer tools, ensure the following:
- Confirm that SuiteCommerce or SuiteCommerce Advanced is installed as per the installation instructions.
- Verify that the SuiteCommerce Extension Manager is installed.
- Set up your developer environment, ensuring Node.js and Gulp.js are properly installed.
Download Extension Developer Tools
To download and extract the tools, follow these steps:
Steps to Download and Extract the Tools:
-
Log in to your NetSuite account.
-
Navigate to Documents > Files > File Cabinet.
-
Go to SuiteBundles/Bundle 521562.
-
Download the relevant
.zipfile:ExtensionDevelopmentTools-24.1.x.zip(wherexrepresents the latest minor release).Important: If you are implementing the Aconcagua or 2018.2 release of SuiteCommerce Advanced, download the
ExtensionDevelopmentTools-18.2.1.zipfile. These are the only tools that will work for your implementation. -
Extract the downloaded
.zipfile to a designated location in your local environment. This location will act as your root development directory for custom extensions. You can rename the extracted directory for easier identification but do not alter or delete any files or folders within. -
Open your command line or terminal window.
-
Navigate to your new root development directory from the extraction.
-
Execute the following command to install additional Node.js packages:
npm installThis command will install all necessary dependencies for managing your custom extensions, and it may take several minutes to complete.
Note:
If utilizing a sandbox account, it is advisable to establish separate root development directories for production and sandbox environments. This best practice helps ensure that you fetch from and deploy to the correct account as you progress through the development lifecycle.
You are now equipped to begin extension development. For additional information on building a baseline extension and deploying to NetSuite, refer to the relevant documentation.
Frequently Asked Questions (4)
How do I download the Extension Developer Tools for SuiteCommerce?
Do I need a specific version of the Extension Developer Tools for SuiteCommerce Advanced 2018.2?
What should I do after extracting the Extension Developer Tools ZIP file?
Is it necessary to maintain separate directories for sandbox and production environments?
Was this article helpful?
More in SuiteCloud Development Framework
- SuiteCloud Developer Assistant: AI Coding Support in
SuiteCloud Developer Assistant enhances NetSuite development with AI-powered coding features, offering real-time assistance and SuiteScript generation.
- SuiteCloud CLI for Node.js: New Features Overview
Explore the new features of SuiteCloud CLI for Node.js, enhancing SuiteCloud project development with interactive tools.
- beforeUndeploy Installation Hook in NetSuite 2026.1
Introducing the beforeUndeploy installation hook in NetSuite 2026.1 for custom pre-uninstall logic in SuiteApps.
- SuiteCloud Developer Assistant Feature for Visual Studio
Discover the new SuiteCloud Developer Assistant integrated with Visual Studio Code for enhanced SuiteCloud project development.
Advertising
Reach SuiteCloud Development Framework Professionals
Put your product in front of NetSuite experts who work with SuiteCloud Development Framework every day.
Sponsor This Category