You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
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:
Both guest and registered shoppers can add and remove coupon codes to/from their shopping cart
GraphQL provides a mutation through which the coupons can be added/removed on a shopper's cart in checkout
When a coupon is already applied to the cart and user tries to apply another, give an error message: "A coupon is already applied to the cart. Please remove it to apply another."
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:
Assumptions:
My Account area impacted:
The text was updated successfully, but these errors were encountered: