-
Notifications
You must be signed in to change notification settings - Fork 154
[Cart Operations] Manage Cart Items #37
Comments
@misha-kotov a general comment is that normally cart operations are based on a single product selection. AFAICS I am not sure about the use case to add/update more items at the same time. |
@misha-kotov I am not sure about current status of magento cart |
@misha-kotov how would be possible to remove just one cart item? |
@masodu updated the description, though I'm not sure where I had described the use case of updating multiple items at the same time. Agreed it should likely be one at a time. |
@misha-kotov my previous comments are based on the following spec: A simpler definition could be: Btw what is the scope of the |
@misha-kotov the
Related to
|
@mhaack thanks for the feedback! We can design schema of
|
MAGETWO-91762: [Magento Cloud] - MYSQL Message queue is fetching mess…
As a Magento developer, I need to manipulate the shopping cart via GraphQL so that I can build basic ecommerce experiences for shoppers on the front-end using only GraphQL.
GraphQL needs to provide sufficient mutations (ways to create/update/delete data) for a developer to build out the storefront checkout experience for a shopper.
Use cases:
Acceptance criteria:
addCartItems
updateCartItems
removeCartItems
updateCartItems
mutation allows the cart item quantity to be updated in a shopper's cartConfigurableProductGraphQl
module and the rest of the system should still work if this module is disabled)Authorization
header (if any), customer or guest service contract should be usedProposed schema
My Account area impacted:
The text was updated successfully, but these errors were encountered: