Skip to main content

Get a product by ID or unique identifier

GET 

/products/find

Returns a single product. Pass exactly one query parameter to identify the product: either id (Medipim product ID) or one of the unique identifier fields listed below. The available identifier fields depend on your region.

At least one parameter is required. If no parameter is provided, the API responds with 422 Unprocessable Entity. Providing more than one parameter is also invalid.

Request

Responses

Successful operation.