---
title: "Retrieves a Product by ID"
method: GET
path: "/products/{id}"
tags: ["Product"]
---

# Retrieves a Product by ID

`GET /products/{id}`

Required permission: Products - List/Search

## Path parameters

- `id` integer, required

## Response `200`

successful

## Other responses

- `404` — Invalid request

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
