Cluster Option Products
Manage the products selectable for a cluster option, including assignment, unassignment and per-product CRUD.
📄️ List products selectable for a cluster option
Returns every product currently selectable for the cluster option identified by the URL.
📄️ Create a product within a cluster option
Creates a product directly within the cluster option identified by the URL so it becomes selectable when configuring the cluster.
📄️ Attach existing products to a cluster option
Attaches existing products to the cluster option identified by the URL so they become selectable when configuring the cluster.
📄️ Detach products from a cluster option
Detaches products from the cluster option identified by the URL. The products themselves are kept in the catalogue and remain selectable for other options.
📄️ Retrieve a product attached to a cluster option
Retrieves a single product attached to the cluster option identified by the URL.
📄️ Update a product attached to a cluster option
Applies a partial update to a product attached to the cluster option identified by the URL. Only fields supplied in the request body are modified.
📄️ Delete a product attached to a cluster option
Removes the product attached to the cluster option identified by the URL. The product itself is detached from the option and deleted from the catalogue.
📄️ Create or update products of a cluster option in bulk
Processes a list of products attached to the cluster option identified by the URL in a single request, creating new products and updating existing ones.