--- title: checkoutAndAccountsAppConfiguration - GraphQL Admin description: Returns the checkout and accounts app configuration for the current API client and shop. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/queries/checkoutandaccountsappconfiguration md: https://shopify.dev/docs/api/admin-graphql/unstable/queries/checkoutandaccountsappconfiguration.md --- # checkout​And​Accounts​App​Configuration query Requires `read_checkout_and_apps_configs` access scope. Returns the checkout and accounts app configuration for the current API client and shop. ## Possible returns * Checkout​And​Accounts​App​Configuration [Checkout​And​Accounts​App​Configuration](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CheckoutAndAccountsAppConfiguration) Configuration for checkout and accounts app. *** ## Examples * ### checkoutAndAccountsAppConfiguration reference ## Query Reference ```graphql { checkoutAndAccountsAppConfiguration { # checkoutAndAccountsAppConfiguration fields } } ```