Retrieve a product attached to a cluster
GET/v2/clusters/:lookupKey/:key/products/:productId
Retrieves a single product attached to the cluster, identified either by internal identifier or, when looking up by external source identifier, by external source identifier.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The record was retrieved successfully.
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.