Create or update products of a cluster option in bulk
POST/v2/clusteroptions/:lookupKey/:key/products/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.
The same lookup method declared on the URL is used for the nested products. Per-item outcomes are returned so callers can detect partial successes and retry only the items that failed.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The bulk request completed; per-item outcomes are reported 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.