Anchor to giftCardUpdategift
mutationgift Card Update
Requires 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.
Anchor to Arguments
Arguments
- id (ID!)
- input (GiftCardUpdateInput!)
- •ID!required
The ID of the gift card to be updated.
- Anchor to inputinput•Gift
Card Update Input! required The input fields to update the gift card.
Was this section helpful?
- giftCard (GiftCard)
- userErrors ([UserError!]!)
- Anchor to giftCardgift•Gift
Card Card The updated gift card.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?