# checkoutAndAccountsConfigurationUpdate - admin - MUTATION Version: unstable ## Description Updates a checkout and accounts configuration. ### Access Scopes `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. ## Arguments * [configuration](/docs/api/admin/unstable/input-objects/CheckoutAndAccountsConfigurationInput): CheckoutAndAccountsConfigurationInput! - The intended changes to the configuration. * [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the configuration to update. ## Returns * [configuration](/docs/api/admin/unstable/objects/CheckoutAndAccountsConfiguration): CheckoutAndAccountsConfiguration The updated configuration. * [userErrors](/docs/api/admin/unstable/objects/CheckoutAndAccountsConfigurationUserError): CheckoutAndAccountsConfigurationUserError! The list of errors that occurred from executing the mutation. ## Examples