Skip to main content
Anchor to checkoutAndAccountsConfigurationUpdate

checkoutAndAccountsConfigurationUpdate

mutation

Requires write_checkout_and_accounts_configurations access scope or write_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.

Updates a checkout and accounts configuration.

•CheckoutAndAccountsConfigurationInput!
required

The intended changes to the configuration.

•ID!
required

The ID of the configuration to update.


Was this section helpful?

Anchor to CheckoutAndAccountsConfigurationUpdatePayload returnsCheckoutAndAccountsConfigurationUpdatePayload returns

•CheckoutAndAccountsConfiguration

The updated configuration.

•[CheckoutAndAccountsConfigurationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?