Procedure
Add dependency to commercefacades in ycommercewebservices/extensioninfo.xml: Add two new entries in ycommercewebservices/resources/ycommercewebservices-beans.xml.
<bean class="de.hybris.platform.commercewebservicescommons.dto.user.RegionDataList">
<property name="regions" type="java.util.List<de.hybris.platform.commercefacades.user.data.RegionData>"/>
</bean>
<bean class="de.hybris.platform.commercewebservicescommons.dto.consent.ConsentTemplateDataList">
<property name="consentTemplates" type="java.util.List<de.hybris.platform.commercefacades.consent.data.ConsentTemplateData>"/>
</bean>
Additional Information
These upgrade steps are intended to assist in the upgrade of custom-developed extensions and do not need to be performed for out-of-the-box SAP Commerce functionality.
There is no additional information for upgrading the Commerce Web Services module from 6.7 to 1808.