clusterAssignProducts
Attach a list of existing products to a cluster.
Each product becomes selectable through the cluster's options. Per-item outcomes are returned so callers can detect partial successes.
Possible errors:
- CLUSTER_NOT_FOUND: The supplied cluster identifier did not match any cluster.
- PRODUCT_NOT_FOUND: One or more of the supplied product identifiers did not match any product.
AUTH: Role=[product.OWNER,product.EDITOR]
clusterAssignProducts(
clusterId: Int!
input: ClusterAssignProductsInput!
): ClusterAssignProductsResponse!
Arguments
clusterAssignProducts.clusterId ● Int! non-null scalar
Numeric identifier of the cluster the products should be attached to.
clusterAssignProducts.input ● ClusterAssignProductsInput! non-null input
Identifiers of the products to attach to the cluster.
Type
ClusterAssignProductsResponse object
Response for cluster product assignment operation