ClusterUnassignProductsInput
Input for unassigning products from a cluster
input ClusterUnassignProductsInput {
productIds: [Int!]!
categoryId: Int
clusterId: Int
}
Fields
ClusterUnassignProductsInput.productIds ● [Int!]! non-null scalar
Array of product IDs to unassign from the cluster
ClusterUnassignProductsInput.categoryId ● Int scalar
Optional: Category ID to move products to when unassigning from cluster (mutually exclusive with clusterId)
ClusterUnassignProductsInput.clusterId ● Int scalar
Optional: Cluster ID to move products to when unassigning from current cluster (mutually exclusive with categoryId)
Member Of
clusterUnassignProducts mutation