Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Requires The shop must have access to the checkout editor.

A checkout profile on a shop.

ID!required

The ID of the checkout profile.


Was this section helpful?

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.

createdAt
non-null

The date and time when the checkout profile was created.

editedAt
non-null

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

id
non-null

A globally-unique ID.

isPublished
non-null

Whether the checkout profile is published or not.

name
non-null

The profile name.

typOspPagesActive
non-null

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

updatedAt
non-null

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


Was this section helpful?