Skip to main content
Version: 3.x

giftCardResend

Resend a gift card.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • NOTIFY_USER (async): A notification for gift card resend.
giftCardResend(
input: GiftCardResendInput!
): GiftCardResend

Arguments

giftCardResend.input ● GiftCardResendInput! non-null input

Fields required to resend a gift card.

Type

GiftCardResend object

Resend a gift card.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

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

Was this page helpful?