Skip to main content

clusterUpdate

Apply a partial update to an existing cluster.

Only the fields supplied in the input are modified; omitted fields are left untouched. The catalogue's default language must remain present in the localized name list after the update.

Possible errors:

  • CLUSTER_NOT_FOUND: The supplied identifier did not match any cluster.
  • SCHEMA_VALIDATION: One or more input fields failed validation.

AUTH: Role=[product.OWNER,product.EDITOR]

clusterUpdate(
id: Int!
input: ClusterUpdateInput!
): Cluster!

Arguments

clusterUpdate.id ● Int! non-null scalar

Numeric identifier of the cluster to update.

clusterUpdate.input ● ClusterUpdateInput! non-null input

Fields to update on the cluster. Omitted fields keep their current value.

Type

Cluster object

Cluster entity representing grouped products with shared characteristics.

External entity from the catalog service that provides cluster identification and categorization. Clusters group related products together based on shared attributes, features, or business logic. Used as a reference for cluster-specific attributes and group-level properties within the attribute system.