ApplyDiscountCodeInput
Input object
Input for applying a discount code to a cart.
Fields
| Field | Description | Type |
|---|---|---|
cartId | The ID of the cart to which the code should be applied. | ID! |
code | The discount/promo code to apply. | String! |
Used By (1)
ApplyDiscountCodeInput is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Mutation | applyDiscountCode(input) |