--- title: CheckoutAndAccountsConfigurationInterface - GraphQL Admin description: Represents a checkout and accounts configuration interface. api_version: 2026-04 api_name: admin type: interface api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/interfaces/CheckoutAndAccountsConfigurationInterface md: >- https://shopify.dev/docs/api/admin-graphql/latest/interfaces/CheckoutAndAccountsConfigurationInterface.md --- # Checkout​And​Accounts​Configuration​Interface interface Represents a checkout and accounts configuration interface. ## Fields * branding [Checkout​And​Accounts​Configuration​Branding](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBranding) The branding configuration. * created​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) non-null The date and time when the configuration was created. * edited​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) non-null The date and time when the configuration was last edited. * name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The configuration name. * updated​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) non-null The date and time when the configuration was last updated. *** ##### Variables ```json { "branding": "", "createdAt": "", "editedAt": "", "name": "", "updatedAt": "" } ``` ##### Schema ```graphql interface CheckoutAndAccountsConfigurationInterface { branding: CheckoutAndAccountsConfigurationBranding createdAt: DateTime! editedAt: DateTime! name: String! updatedAt: DateTime! } ```