Skip to main content
Anchor to CheckoutAndAccountsConfiguration

CheckoutAndAccountsConfiguration

object

Requires 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.

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

The configuration branding settings.

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.

The list of overrides for the configuration.

The configuration settings.

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.

query

List of checkout and accounts configurations on a shop.


Was this section helpful?

mutation

Updates a checkout and accounts configuration.

Arguments

The intended changes to the configuration.

ID!required

The ID of the configuration to update.


Fields

The updated configuration.

The list of errors that occurred from executing the mutation.


Was this section helpful?