ProductIntegrationAdditionalSettingsFormInput
Input to define an additional settings form.
This page contains
Fields
title [LocalizedStringInput!]! | The localized title of the form. It should be descriptive of the values expected below. |
description [LocalizedStringInput!] | The localized description or instructions for the values requested in the form. It should give the customer context for the information they need to provide. |
allowedAdvancedValidation Boolean | Indicates whether this form should be included when performing an order validation. See |
hiddenByDefault Boolean | Indicates whether the form should be initially hidden. |
showFormControlLabel [LocalizedStringInput!] | The localized label for the checkbox or other control (only available if |
selectedTLDToggled Boolean | When enabled for a product of type |
specificToTopLevelDomain String | For a product of type |
formFields [ProductIntegrationAdditionalSettingsFormFieldInput] | A list of form fields. |