Retrieve a product
GET/v2/products/:lookupKey/:key
Retrieves a single product identified by the requested lookup method.
Products can be looked up by global identifier, legacy numeric identifier, stock keeping unit, supplier code or external source identifier. When matching by external source identifier the source query parameter must be supplied so the catalogue can disambiguate identifiers; when matching by supplier code the supplier query parameter must be supplied so the catalogue can match against the correct supplier.
Related data such as external sources, metadata, translations or category assignments 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.