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

# GET /products/{id}

`GET /products/{id}`

Get product by id

## Path parameters

- `id` integer, required

## Query parameters

- `withCustomFields` boolean

## Response `201`

Created

- object
  - `product_entity` ProductEntity
    - `id` integer — Product ID.
    - `name` string — Product name.
    - `code` string — Product code.
    - `categoryId` integer — Product category id.
    - `price` number, double — Product price.
    - `unit` string — Product unit.
    - `active` boolean — Product active.
    - `imageUrl` string — Product image URL.
    - `imageThumbUrl` string — Product image thumbnail URL.
    - `createdAt` unknown
    - `customFields` unknown
    - `description` string — Product description (HTML).

---

[API](https://skmtc.dev/agendor/apis/agendor-api.md) · [All operations](https://skmtc.dev/agendor/apis/agendor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agendor/agendor-api/revisions/12525c845693/schema)
