Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
SuiteCommerce Advanced extension with a SuiteScript service
I'm working on an SCA extension that includes a SuiteScript 1.0 service. I ran gulp extension:deploy to Sandbox and I believe it published successfully.
I see my extension in the File Cabinet under SuiteScripts > Deploy_Extensions > Vendor > MyExtension@1.0.0, and MyService.Service.ss is in that folder under assets > services.
I also see that MyService.Service.ss shows up in the File Cabinet under Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. - SCA 2019.2 > Source > extensions > Vendor > MyExtension > 1.0.0 > services.
However, when I use my browser to perform a GET on the service I get a 404 Not Found using the relative URL sca-src-2019-2/services/MyService.Service.ss.
1