--- title: giftCardConfiguration - GraphQL Admin description: The configuration for the shop's gift cards. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/giftCardConfiguration md: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/giftCardConfiguration.md --- # gift​Card​Configuration query The configuration for the shop's gift cards. ## Possible returns * Gift​Card​Configuration [Gift​Card​Configuration!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/GiftCardConfiguration) Represents information about the configuration of gift cards on the shop. *** ## Examples * ### giftCardConfiguration reference ## Query Reference ```graphql { giftCardConfiguration { # giftCardConfiguration fields } } ```