removeDiscountFromCart
Removes a discount code from the cart
This page contains
Arguments
input RemoveDiscountCodeInput! |
RemoveDiscountCodeInput fields
cartId ID! | Unique identifier of the cart |
discountCode String! | Discount code to be removed from the cart |
Return Fields
cart Cart | Updated cart after discount code removal |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.