Tip
|
The 2.x versions are Spring Boot 3 compatible. |
Add new otherMessagesMap
and otherItemMessagesMap
map fields to the MarketingMessageResponse
. These fields contain any marketing messages not matching the out-of-box location types.
Add fields messageType
and contentItemId
to MarketingMessage
domain.
Add contentItems
map field to the MarketingMessageResponse
Changes to the ExternalOfferProvider
:
Inject the ContentProvider
, that is used to fetch content items by id.
Introduce a hydrateContentItems
method to populate the content items map in the response.
TIP: The 2.x versions are Spring Boot 3 compatible.
Important
|
Depends on changes in Catalog Service 2.1.5 and Search Service 2.1.5. |
Introduced new DTO, SearchProductRequiredOptionInfo
, to represent a summary of information about the item choices for a Merchandising Product with enough information to allow creating priceable targets for them
Added method to Product matching the one in Catalog to calculate the price of the product with all required options and included products, getPriceWithDependentItems
This change affects both product search results and type ahead suggestions