Skip to main content

CreateRedemptionInput

No description

input CreateRedemptionInput {
promotionUuid: String!
codes: [String!]
recipientPhone: String
recipientEmail: String
recipientName: String
deliveryMethod: DeliveryMethodInput
recipientCustomerId: String
inviteToken: String
}

Fields

CreateRedemptionInput.promotionUuid ● String! non-null scalar

The UUID of the promotion to which the redemption belongs

CreateRedemptionInput.codes ● [String!] list scalar

Redemption codes to be added

CreateRedemptionInput.recipientPhone ● String scalar

The phone number of the recipient the redemption is for

CreateRedemptionInput.recipientEmail ● String scalar

The email of the recipient the redemption is for

CreateRedemptionInput.recipientName ● String scalar

The name of the recipient the redemption is for

CreateRedemptionInput.deliveryMethod ● DeliveryMethodInput enum

The delivery method for the redemption

CreateRedemptionInput.recipientCustomerId ● String scalar

The customer ID of the recipient the redemption is for

CreateRedemptionInput.inviteToken ● String scalar

Token used for identity linking

Member Of

createRedemption mutation