GraphQL INPUT_OBJECT

ExtendedClientSettingsInput

Extended settings for the client account.

link Definition

  • input ExtendedClientSettingsInput {
  • # Select to enable the account for dynamic products. Dynamic products are created
  • # as parameters that are added to the URL, either through the Link Generator or by
  • # adding the parameters on your own.
  • allowDynamicProducts: Boolean
  • # Denies access to the checkout process unless this identification string is used
  • # in the URL. Use this setting as security when testing the cart before going
  • # live. Remove this identification when going live to permit access to the
  • # checkout process.
  • cleverbridgeIdentification: String
  • # Extended payment information in notifications
  • extendedPaymentInfoInNotification: Boolean
  • # FallbackUrl.
  • fallbackUrl: String
  • # Enable the logonkey URL parameter
  • enableLogonKey: Boolean
  • # Seed for dynamic prices
  • dynamicPriceSeed: String
  • # Seed for query protection
  • queryProtectionSeed: String
  • # Seed for redirect protection
  • redirectProtectionSeed: String
  • # Seed for continue url protection
  • continueUrlProtectionSeed: String
  • }