---
title: "Returns a product"
method: GET
path: "/api/v1/products/{id}"
tags: ["product"]
---

# Returns a product

`GET /api/v1/products/{id}`

Returns the product that matches the given product ID

## Path parameters

- `id` string, required

## Response `200`

For successful fetch.

- Product — Product information
  - `id` string — Product identifier
  - `name` string — Product Name
  - `description` string — Prodcut's description
  - `imageUrl` string — Product image's URL
  - `price` unknown
  - `count` integer — Product count
  - `tag` Tag[] — Tags associated with the product
    - `id` string — Tag identifier
    - `name` string — Tag Name

---

[API](https://skmtc.dev/packtpublishing/apis/sample-ecommerce-app.md) · [All operations](https://skmtc.dev/packtpublishing/apis/sample-ecommerce-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/sample-ecommerce-app/revisions/51a26ae44206/schema)
