Create a cluster option
POST/v2/clusters/:lookupKey/:key/options
Creates a configurable option on the cluster identified by the URL.
The catalogue's default language must be present in the localized name list. Products selectable for the option can either be supplied at creation time through the productIds list or attached later through the cluster option products endpoints.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 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 record identified by the request could not be located.
An unexpected error prevented the request from completing.