Skip to main content
Anchor to GiftCardUpdatePayload

GiftCardUpdatePayload

payload

Return type for giftCardUpdate mutation.

•GiftCard

The updated gift card.

Show fields
•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Show payload

Arguments

•ID!
required

The ID of the gift card to be updated.

•GiftCardUpdateInput!
required

The input fields to update the gift card.

Show input fields


Was this section helpful?