# GiftCardUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to update a gift card. ### Access Scopes ## Fields * [customerId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the customer who will receive the gift card. The ID can't be changed if the gift card already has an assigned customer ID. * [expiresOn](/docs/api/admin-graphql/2024-10/scalars/Date): Date - The date at which the gift card will expire. If set to `null`, then the gift card will never expire. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String - The note associated with the gift card, which isn't visible to the customer. * [recipientAttributes](/docs/api/admin-graphql/2024-10/input-objects/GiftCardRecipientInput): GiftCardRecipientInput - The recipient attributes of the gift card. * [templateSuffix](/docs/api/admin-graphql/2024-10/scalars/String): String - The suffix of the Liquid template that's used to render the gift card online. For example, if the value is `birthday`, then the gift card is rendered using the template `gift_card.birthday.liquid`. ## Input objects with this input object * [giftCardUpdate](/docs/api/admin-graphql/2024-10/mutations/giftCardUpdate) ## Examples