--- title: GiftCardUpdateInput - GraphQL Admin description: The input fields to update a gift card. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/GiftCardUpdateInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/GiftCardUpdateInput.txt --- # Gift​Card​Update​Input input\_object The input fields to update a gift card. ## Fields * customer​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/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. * expires​On [Date](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Date) The date at which the gift card will expire. If set to `null`, then the gift card will never expire. * note [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The note associated with the gift card, which isn't visible to the customer. * recipient​Attributes [Gift​Card​Recipient​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/GiftCardRecipientInput) The recipient attributes of the gift card. * template​Suffix [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/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`. *** ## Mutations using this input * [gift​Card​Update.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/giftCardUpdate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[gift​Card​Update.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/giftCardUpdate#argument-input)