productUnassignFromCluster
Detach a product from its current cluster.
The product remains in the catalogue but is no longer selectable through the cluster's options.
Possible errors:
- PRODUCT_NOT_FOUND: The supplied product identifier did not match any product.
- CLUSTER_PRODUCT_NOT_FOUND: The product is not currently attached to a cluster.
AUTH: Role=[product.OWNER,product.EDITOR]
productUnassignFromCluster(
productId: Int!
): Product!
Arguments
productUnassignFromCluster.productId ● Int! non-null scalar
Numeric identifier of the product to detach from its current cluster.
Type
Product object
Product entity representing items in the product catalog.
External entity from the product service that provides basic product identification and categorization. Used as a reference for product-specific attributes and relationships within the attribute system.