ClusterAssignProductsInput
Input for assigning products to a cluster.
Contains the list of product identifiers that should be associated with a cluster. Used for building product groups and enabling cluster-based product organization and configuration options.
input ClusterAssignProductsInput {
productIds: [Int!]!
}
Fields
ClusterAssignProductsInput.productIds
● [Int!]!
non-null scalar
List of product identifiers to assign to the cluster.
Array of unique product IDs that should be associated with the cluster. Each product ID must be valid and exist in the system. Duplicate IDs are not allowed.
Member Of
clusterAssignProducts
mutation