Release Notes / Version 11.2201
Table Of ContentsThe (default) versions of the commerce adapters have been updated to the latest 2.0.x versions. The new adapter versions require some configuration changes:
Commerce Adapter Salesforce Commerce Cloud :
The replacement tokens
sfra.host
andsitegenesis.host
are not configured in the adapters default configuration anymore, because they are specific to the demo data that is shipped with the Blueprint. As a result, theMETADATA_REPLACEMENTTOKENS_SFRA_HOST
andMETADATA_REPLACEMENTTOKENS_SITEGENESIS_HOST
must now be configured in the commerce-adapter-sfcc.yml in the Blueprint. TheSFCC_LINK_STOREFRONT_HOST
is not needed by the adapter anymore and has been removed.
Commerce Adapter SAP Commerce Cloud :
The replacement token
hybris.host
is not configured in the adapters default configuration anymore, because it is specific to the demo data that is shipped with the Blueprint. As a result, theMETADATA_REPLACEMENTTOKENS_HYBRIS_HOST
must now be configured in the commerce-adapter-hybris.yml in the Blueprint. TheHYBRIS_LINK_STOREFRONTHOST
is not needed by the adapter anymore and has been removed.The default values for the OAuth credentials have been from the adapter configuration, hence the
HYBRIS_OAUTH_CLIENTID
andHYBRIS_OAUTH_CLIENTSECRET
must now be explicitly set in the deployment configuration.
Commerce Adapter HCL Commerce
The replacement token
aurora.host
is not configured in the adapters default configuration anymore, because it is specific to the demo data that is shipped with the Blueprint. As a result, theMETADATA_REPLACEMENTTOKENS_AURORA_HOST
must now be configured in the commerce-adapter-wcs.yml in the Blueprint. TheWCS_LINK_STOREFRONT_HOST
is not needed by the adapter anymore and has been removed.
(CMS-20063)