# checkoutProfile - admin-graphql - QUERY Version: 2024-10 ## Description A checkout profile on a shop. ### Access Scopes The shop must have access to the checkout editor. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the checkout profile. ## Returns * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! The date and time when the checkout profile was created. * [editedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! The date and time when the checkout profile was last edited. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! A globally-unique ID. * [isPublished](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether the checkout profile is published or not. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! The profile name. * [typOspPagesActive](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether the checkout profile Thank You Page and Order Status Page are actively using extensibility or not. * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! The date and time when the checkout profile was last updated. ## Examples