--- title: GiftCardExpirationConfiguration - GraphQL Admin description: Represents the default expiration configuration of gift cards on the shop. api_version: 2026-04 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/GiftCardExpirationConfiguration md: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/GiftCardExpirationConfiguration.md --- # Gift​Card​Expiration​Configuration object Requires `read_gift_cards` access scope. Represents the default expiration configuration of gift cards on the shop. ## Fields * expiration​Unit [Gift​Card​Configuration​Expiration​Unit!](https://shopify.dev/docs/api/admin-graphql/2026-04/enums/GiftCardConfigurationExpirationUnit) non-null The unit for the default gift card expiration. * expiration​Value [Int!](https://shopify.dev/docs/api/admin-graphql/2026-04/scalars/Int) non-null The value for the default gift card expiration. *** ## Map ### Fields with this object * [GiftCardConfiguration.expirationConfiguration](https://shopify.dev/docs/api/admin-graphql/2026-04/objects/GiftCardConfiguration#field-GiftCardConfiguration.fields.expirationConfiguration)