Skip to main content
mutation

Requires write_gift_cards access scope.

Updates the properties of an existing gift card, such as its expiration date, note, or template suffix. Use this to modify gift card details — for example, extending an expiration date for a loyal customer or adding an internal note for tracking purposes.

ID!
required

The ID of the gift card to be updated.

GiftCardUpdateInput!
required

The input fields to update the gift card.


Was this section helpful?

Anchor to GiftCardUpdatePayload returnsGiftCardUpdatePayload returns

GiftCard

The updated gift card.

[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?