2025-06-04: Cart Service - auto populate product details
Overview
A new tenant configuration option populateProductDetailsOnAddToCart has been added to the Cart Service. When enabled, the cart service will populate product details on the cart item:
id
sku
code
productType
name
localizedName
description
images Using information from productService. The data will be populated only if there is no product object passed in the add to cart request.