Skip to main content

AccountConfirmModeEnum Enum

AccountConfirmMode set the account merging mode for anonymous objects.

This dictates the behavior of the confirmAccount() mutation for password-based authentication when attempting to merge orders & giftcard that aren't associated to a user account.

Modes:

  • MERGE_DISABLED disables merging only when the authentication method is password (i.e., when not using OIDC)
  • REQUIRE_PASSWORD enables account merging who accounts that use password authentication but it requires the user to enter their password

Values

MERGE_DISABLED

REQUIRE_PASSWORD

Member Of

Shop object ● ShopSettingsInput input