Skip to main content
Version: 3.x

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

ID of the gift card to add a note for.

giftCardAddNote.input ● GiftCardAddNoteInput! non-null input

Fields required to create a note for the gift card.

Type

GiftCardAddNote object

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.

Was this page helpful?