We received a notice "Additional parameter require...
# suitecommerce
b
We received a notice "Additional parameter required for shopper access to Suitelet internal URLs" regarding not using internal URLs by users with the Shopper role. However I cannot find any references using the internal URL in our SCA website code. So I am unsure where this detection is coming from or what exactly needs to be corrected.
c
This is most likely a role access issue on a script. There are so many scripts you should be able to debug in the console
We had this happen in SMT and did the following Navigate to Customization > Scripting > Script Deployments 1. Add Administrator and non-admin role to these script deployments: customdeploy_ext_mech_emb_endpoints customdeploy_ext_mech_installer_event customdeploy_ext_mech_web_service_rest customdeploy_ns_sc_ext_mech_restlets customdeploy_ns_sc_ext_mech_services customdeploy_ns_sc_ext_mech_ui customdeploy_ns_sc_ext_mech_web_service 1. Click Edit on each of the script deployments 2. In the Audience subtab, add the Administrator and specific eCommerce role that you created 3. Click Save
b
I believe we may have edited some script roles in August when there was a change made related to External Roles permissions. That could be related.