ApplyDiscountInput
Input parameters for applying a discount to a cart
This page contains
Fields
| cartId ID! | Unique identifier of the cart |
| discountCode String! | Discount code to be applied to the cart |
Mutations for ApplyDiscountInput
| applyDiscountToCart | Applies a discount code to the cart |