Skip to main content
Anchor to CheckoutAndAccountsConfiguration

CheckoutAndAccountsConfiguration

object

Requires read_checkout_and_accounts_configurations access scope or read_checkout_settings access scope. Also: User must have manage_checkout_settings permission and shop must have access to the checkout and accounts editor as well as the contextualized checkouts and customer accounts feature. When modifying configuration overrides, user must have view_markets and create_and_edit_markets permissions.

A checkout and account configuration packages branding settings, UI extensions, and overrides for a shop's checkout.

•CheckoutAndAccountsConfigurationBranding

The branding configuration.

•DateTime!
non-null

The date and time when the configuration was created.

•DateTime!
non-null

The date and time when the configuration was last edited.

•ID!
non-null

A globally-unique ID.

•Boolean!
non-null

Whether the configuration is published or not.

•String!
non-null

The configuration name.

•[CheckoutAndAccountsConfigurationOverride!]!
non-null

The list of overrides for the configuration.

•DateTime!
non-null

The date and time when the configuration was last updated.


Was this section helpful?

•query

A checkout and accounts configuration for a shop.

Arguments

•ID!
required

The ID of the configuration.


•query

List of checkout and accounts configurations 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.

•CheckoutAndAccountsConfigurationsGraphQLSortKeys
Default:ID

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
Anchor to one_page_checkout_enabled
•boolean
Anchor to typ_osp_pages_enabled
•boolean


Was this section helpful?

•mutation

Updates a checkout and accounts configuration.

Arguments

•ID!
required

The ID of the configuration to update.

•CheckoutAndAccountsConfigurationInput!
required

The intended changes to the configuration.



Was this section helpful?

•interface

Was this section helpful?