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.

object

Requires The shop must have access to the checkout editor.

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.

DateTime!non-null

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


Was this section helpful?

query

A checkout profile on a shop.

query

List of checkout profiles on a shop.


Was this section helpful?

interface

Was this section helpful?