close

Filter

loading table of contents...

Release Notes / Version 10.2107

Table Of Contents

CoreMedia Connector for Salesforce Commerce Cloud

Custom Entity Params

Custom Entity Params can now be configured via commerce settings. It is now possible to transmit site specific environment parameters to the commerce adapter. This way, the adapter may decide if different environment specific logic (for example, link building) is used.

Settings path

commerce.customEntityParams

Example config

commerce <Struct>
  customEntityParams <Struct>
    environment=siteus <String>

Adapter Configuration

The adapter also needs to be configured in order to be able to receive the value for the custom parameter "environment". For example:

metadata.custom-entity-param-names=environment

Configure multiple storefront URLs for different sites/environments:

sfcc.link.storefront-url-for.siteus=https://shop.myshop.com
sfcc.link.storefront-url-for.sitefr=https://shop.myshop.fr

Keep the lookup keys simple. Use lowercase with no special characters.

(CMS-17531)

Search Results

Table Of Contents