Skip to main content
object

Requires access to the checkout and accounts 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.

•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?

•query

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.

Arguments

•ID!
required

The ID of the checkout profile.


•query

List of checkout profiles on a shop.

Arguments

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.

•CheckoutProfileSortKeys
Default:UPDATED_AT

Sort the underlying list using a key. If your query is slow or returns an error, then try specifying a sort key that matches the field used in the search.

•String

A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.

•id

Filter by id range.

Example:

  • id:1234
  • id:>=1234
  • id:<=1234
Anchor to is_published
•boolean


Was this section helpful?

•interface

Was this section helpful?