Introduction
Migrating from older SAP Commerce version running on-premise to SAP Commerce Cloud (CCV2) platform can be challenging on different levels and there are some great guidelines already available out there that allow you to sidestep many of ...
I have configured product data replication from Commerce Cloud to Marketing Cloud (via SCPI) using instructions in this document: https://www.sap.com/cxworks/article/476419215/Integrating_SAP_Marketing_Cloud_and_SAP_Commerce_Cloud_Using_SAP_Cloud_Pla...
Dear Experts,
I am trying to figure out how SAP Fiori OData-based applications integrate with SAP Commerce Cloud. Are there any samples/tutorials/guides showing how to do it?
Best regards
Dear experts,
I'm trying to setup a sample Fiori application based on Master-Detail template:
I have configured OData endpoint on my Commerce Cloud instance using such impex:INSERT_UPDATE IntegrationObject; code[unique = true]; integrationType...
It seems that you need to configure X-Frame-Options and CSP for the storefront:X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self' <smartedit host>;In classic JSP storefront this could be done using XSSFilter: https://help.sa...
Hi,I would try to check what is the value of sessionLanguage that is sent from S/4 to Commerce Cloud in failing requests. It looks like you may not have this language defined in Commerce Cloud.You can check the languages defined in the system using B...
Hi,I'm not sure why this may happen but are you using de.hybris.platform.servicelayer.interceptor.InterceptorContext#registerElementFor to save the modified products in the Category item interceptor? There is an example here: https://help.sap.com/doc...
Hi,Did you register the new interceptor for Category itemtype?Here is an example from the Commerce platform for de.hybris.platform.category.interceptors.CategoryPrepareInterceptor:<bean id="categoryPrepareInterceptor" class="de.hybris.platform.catego...