Starting to see this in the logs. ```"name":"API_C...
# suitecommerce
m
Starting to see this in the logs.
Copy code
"name":"API_CANNOT_BE_USED_WITH_SHOPPER_SESSION","message":"SuiteScript API `https.requestRestlet()` cannot be used with shopper session."
When we got the notification that calling
https.requestSuitelet()
would no longer return external and so would stop working in services we moved to calling
requestRestlet
within the services and has been working for months now. Has there been some change?
s
May or may not be related, but there was this change with Suitelets that went live on yesterday https://community.oracle.com/netsuite/english/discussion/4500595/scem-additional-parameter-required-for-shopper-access-to-suitelet-urls
m
Thank you. Yeah I was aware of that, I wouldn't have assumed it would be related but who knows. It doesn't seem to be happening regularly though and we use RESTlets in several places in some of our extensions.