Skip to main content

clusterConfigAddSetting

Add a new setting to a cluster configuration template.

Adds a configuration setting that defines how a specific product attribute or field should behave within clusters using this configuration template.

Possible errors:

  • ADD_SETTING_TO_CLUSTER_CONFIG_ERROR: Failed to add the setting to the configuration

AUTH: Role=[product.OWNER]

clusterConfigAddSetting(
clusterConfigId: Int!
input: ClusterConfigSettingInput!
): ClusterConfigSettingResponse!

Arguments

clusterConfigAddSetting.clusterConfigId ● Int! non-null scalar

Unique identifier of the cluster configuration to modify.

Must be a valid cluster configuration ID that exists in the system.

clusterConfigAddSetting.input ● ClusterConfigSettingInput! non-null input

Configuration setting data including behavior type and display options.

Contains the setting details that define how a product attribute should behave within clusters.

Type

ClusterConfigSettingResponse object