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.

Modified endpoints

Endpoint
Description

New attributes localizedName and code added to the product object

New attributes localizedName and code added to the product object

New attributes localizedName and code added to the product object

New attributes localizedName and code added to the item's product object

New attributes localizedName and code added to the item's product object

Known problems

There are no known problems.

Last updated

Was this helpful?