Skip to main content

giftCardAddNote

Adds note to the gift card.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • GIFT_CARD_UPDATED (async): A gift card was updated.
giftCardAddNote(
id: ID!
input: GiftCardAddNoteInput!
): GiftCardAddNote

Arguments

giftCardAddNote.id ● ID! non-null scalar miscellaneous

ID of the gift card to add a note for.

giftCardAddNote.input ● GiftCardAddNoteInput! non-null input gift-cards

Fields required to create a note for the gift card.

Type

GiftCardAddNote object gift-cards

Adds note to the gift card.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • GIFT_CARD_UPDATED (async): A gift card was updated.