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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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