# CheckoutProfile - admin-graphql - OBJECT Version: 2024-04 ## Description A checkout profile defines the branding settings and the UI extensions for a store's checkout. A checkout profile could be published or draft. A store might have at most one published checkout profile, which is used to render their live checkout. The store could also have multiple draft profiles that were created, previewed, and published using the admin checkout editor. ### Access Scopes The shop must have access to the checkout editor. ## Fields * [createdAt](/docs/api/admin-graphql/2024-04/scalars/DateTime): DateTime! - The date and time when the checkout profile was created. * [editedAt](/docs/api/admin-graphql/2024-04/scalars/DateTime): DateTime! - The date and time when the checkout profile was last edited. * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - A globally-unique ID. * [isPublished](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - Whether the checkout profile is published or not. * [name](/docs/api/admin-graphql/2024-04/scalars/String): String! - The profile name. * [updatedAt](/docs/api/admin-graphql/2024-04/scalars/DateTime): DateTime! - The date and time when the checkout profile was last updated. ## Connections ## Related queries * [checkoutProfile](/docs/api/admin-graphql/2024-04/queries/checkoutProfile) A checkout profile on a shop. * [checkoutProfiles](/docs/api/admin-graphql/2024-04/queries/checkoutProfiles) List of checkout profiles on a shop. ## Related mutations ## Related Unions ## Examples