Skip to content
Last update: December 12, 2024

ConfigurationSectionType object

This type represents a configuration section within a product, detailing its properties and available options.

Fields

Field Description
id String! The Id of the configuration section.
name String The name of the configuration section.
type String The type or category of the configuration section.
description String A brief description of the configuration section.
isRequired Boolean! Indicates whether this section is mandatory.
options ConfigurationLineItemType A list of configuration options available in this section.