CartActionCodeInput
Input for applying promotional action codes to a shopping cart.
Contains the action code that triggers discounts, promotions, or special offers when applied to the cart.
input CartActionCodeInput {
actionCode: String!
}
Fields
CartActionCodeInput.actionCode
● String!
non-null scalar
Promotional action code to activate.
Must be a valid, non-empty action code. HTML tags will be automatically removed for security. The code will be validated against available promotions and discounts.
Member Of
cartAddActionCode
mutation ● cartRemoveActionCode
mutation