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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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