Create a cluster
POST/v2/clusters
Creates a cluster in the catalogue, optionally attaching it to a parent category and binding it to a cluster configuration template.
Clusters group related products and expose them through configurable options. A cluster must reference an existing cluster configuration. External system integrators may also supply their own source / source identifier pair so the catalogue can resolve the cluster later without needing the internal identifier.
The catalogue's default language must be present in the localized name list.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
The record was created successfully and is returned in the response payload.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
The request conflicts with the current state of the record.
An unexpected error prevented the request from completing.