Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
SSP and SS accessing Standard NS APIs
I am looking to augment the checkout experience by retrieving and setting values from a custom record in NS.
https://system.netsuite.com/help/helpcenter/en_US/Output/Help/WebSite/WebApps_ExamplessFileCodethatAccessesaNetSuiteRecord.html#N3590601389-0
I am seeing that SSP applications have an advantage of Suitelets and Restlets since they have access to both the Ecommerce APIs and standard nl APIs. However, in the documentation it says this:
----------
Running an .ss file with code accessing a NetSuite record requires a preexisting NetSuite session. Running this code without first logging in to NetSuite results in permission errors. Running this type of code from the shopping domain also results permission errors, because shoppers are only recognized in the shopping domain.