RequestRemoveCodeInput
Autogenerated input type of RequestRemoveCode
graphql
input RequestRemoveCodeInput {
code: String!
id: IdOrToken!
}
Fields
RequestRemoveCodeInput.code · String! non-null scalar
The applied voucher number, coupon or promotion code to remove.
RequestRemoveCodeInput.id · IdOrToken! non-null scalar
Request access token of the cart.
Member Of
requestRemoveCode mutation