---
title: "Get a product by ID"
method: GET
path: "/products/{id}"
---

# Get a product by ID

`GET /products/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Product detail

## Other responses

- `404` — Product not found

---

[API](https://skmtc.net/buywhere/apis/buywhere-product-catalog-api.md) · [All operations](https://skmtc.net/buywhere/apis/buywhere-product-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buywhere/buywhere-product-catalog-api/versions/a4cb84af66e0/schema)
