magento / architecture

A place where Magento architectural discussions happen
275 stars 155 forks source link

Added additional options to updateCartItems mutation #491

Closed amolina-adobe closed 1 year ago

amolina-adobe commented 3 years ago

Problem

PWA-1827: Cannot update Bundle Product selected options quantity in cart

Solution

We have selected_options & entered_options in the addProductsToCart mutation, but not in the updateCartItems mutation. The updateCartItems mutation should be updated to include these fields and function similarly to the addProductsToCart mutation.

Requested Reviewers

@cpartica