ProductIntegrationAdditionalSettingsForm
Attributes available for the Additional Settings Form of a product integration.
This page contains
Fields
| title: [LocalizedString!]! | The localized title of the form. It should be descriptive of the values expected below. |
| description: [LocalizedString!] | 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: [LocalizedString!] | 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: [ProductIntegrationAdditionalSettingsFormField] | A list of form fields. |
Parent objects of ProductIntegrationAdditionalSettingsForm
| IntegrationConfiguration | Attributes of an integration configuration. |
| ProductIntegration | Attributes available for a product integration. |
Queries for ProductIntegrationAdditionalSettingsForm
| productIntegration | Query product integrations by integration ref ID and version. |