Retrieve a cluster
GET/v2/clusters/:lookupKey/:key
Retrieves a single cluster identified by the requested lookup method.
Clusters can be looked up by internal identifier, cluster code, stock keeping unit, or external source identifier. When matching by external source identifier the source query parameter must be supplied so the catalogue can disambiguate identifiers.
Related data such as categories, category relationships or the assigned products can be returned inline using the expands query parameter.
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.