Skip to main content
query

Requires access to the checkout and accounts editor.

Returns a CheckoutProfile. Checkout profiles define the branding settings and UI extensions for a store's checkout experience. Stores can have one published profile that renders on their live checkout and multiple draft profiles for testing customizations in the checkout editor.

ID!
required

The ID of the checkout profile.


Was this section helpful?

CheckoutProfile

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.

DateTime!
non-null

The date and time when the checkout profile was created.

DateTime!
non-null

The date and time when the checkout profile was last edited.

ID!
non-null

A globally-unique ID.

Boolean!
non-null

Whether the checkout profile is published or not.

String!
non-null

The profile name.

Boolean!
non-null

Whether the checkout profile Thank You Page and Order Status Page are actively using extensibility or not.

DateTime!
non-null

The date and time when the checkout profile was last updated.


Was this section helpful?