Skip to main content
Anchor to giftCardSendNotificationToCustomer

giftCardSendNotificationToCustomer

mutation

Requires write_gift_cards access scope.

Sends a notification to the customer who purchased a gift card, including the gift card details and code. The notification is delivered using the customer's available contact method. Use this to resend the purchase confirmation or remind the purchaser about a gift card they bought.

•ID!
required

The ID of the gift card to send.


Was this section helpful?

Anchor to GiftCardSendNotificationToCustomerPayload returnsGiftCardSendNotificationToCustomerPayload returns

•GiftCard

The gift card that was sent.

•[GiftCardSendNotificationToCustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?