Skip to main content

giftCardResend Mutation

Resend a gift card.

Requires the MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • NOTIFY_USER (async): A notification for gift card resend.
giftCardResend(
input: GiftCardResendInput!
): GiftCardResend
Details
type GiftCardResend {
giftCard: GiftCard
errors: [GiftCardError!]!
}

Arguments

input ● GiftCardResendInput!

Fields required to resend a gift card.

Type

GiftCardResend

Resend a gift card.

Requires the MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • NOTIFY_USER (async): A notification for gift card resend.