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.
- 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.
- String :
- # Extended payment information in notifications
- Boolean :
- # FallbackUrl.
- String :
- # Enable the logonkey URL parameter
- Boolean :
- # Seed for dynamic prices
- String :
- # Seed for query protection
- String :
- # Seed for redirect protection
- String :
- # Seed for continue url protection
- String :
- }