Skip to main content
Version: 3.x

giftCardUpdate

Update a gift card.

Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • GIFT_CARD_UPDATED (async): A gift card was updated.
giftCardUpdate(
id: ID!
input: GiftCardUpdateInput!
): GiftCardUpdate

Arguments

giftCardUpdate.id ● ID! non-null scalar

ID of a gift card to update.

giftCardUpdate.input ● GiftCardUpdateInput! non-null input

Fields required to update a gift card.

Type

GiftCardUpdate object

Update a gift card.

Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

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

Was this page helpful?