Skip to main content

clusterOptionRemoveProducts

Detach products from a cluster option.

The products remain in the catalogue and remain selectable for other options.

Possible errors:

  • CLUSTER_OPTION_NOT_FOUND: The supplied cluster option identifier did not match any option.
  • PRODUCT_NOT_FOUND: One or more of the supplied product identifiers did not match any product.

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

clusterOptionRemoveProducts(
uuid: String!
productIds: [Float!]!
): ClusterOption!

Arguments

clusterOptionRemoveProducts.uuid ● String! non-null scalar

Global identifier of the cluster option to detach products from.

clusterOptionRemoveProducts.productIds ● [Float!]! non-null scalar

Identifiers of the products to detach from the cluster option.

Type

ClusterOption object

Cluster option for configuring cluster product selections