Skip to content

RequestApplyCodeInput

View normalized Markdown

Autogenerated input type of RequestApplyCode

graphql
input RequestApplyCodeInput {
  code: String!
  id: IdOrToken!
  requestItem: RequestItemInput
}

Fields

RequestApplyCodeInput.code · String! non-null scalar

Voucher number, coupon or promotion code as entered by the customer.

RequestApplyCodeInput.id · IdOrToken! non-null scalar

Request access token of the cart.

RequestApplyCodeInput.requestItem · RequestItemInput input

Cart item to add with a goods voucher, chosen from followUpProducts.

Member Of

requestApplyCode mutation