---
title: "GET /api/products/{id}"
method: GET
path: "/api/products/{id}"
tags: ["Catalog"]
---

# GET /api/products/{id}

`GET /api/products/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A product

- Product
  - `id` integer
  - `name` string
  - `category` 'BOOKS' | 'ELECTRONICS' | 'TOYS'
  - `tags` string[]
  - `rating` number, double
  - `dimensions` Dimensions
    - `width` number, double
    - `height` number, double

---

[API](https://skmtc.dev/codenameone/apis/protocol-e2e-catalog-api.md) · [All operations](https://skmtc.dev/codenameone/apis/protocol-e2e-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codenameone/protocol-e2e-catalog-api/revisions/91eda5002aa6/schema)
