---
title: "Get product by ID"
method: GET
path: "/products/{id}"
tags: ["Product Controller"]
---

# Get product by ID

`GET /products/{id}`

Get product by ID

## Path parameters

- `id` number, required

## Response `200`

- ProductResponseDto
  - `id` number, required
  - `productName` string, required
  - `productDescription` string
  - `productDescriptionForFrench` string, nullable
  - `productDescriptionForSpanish` string, nullable
  - `upSellDescription` string, nullable
  - `upSellDescriptionForFrench` string, nullable
  - `upSellDescriptionForSpanish` string, nullable
  - `productSortOrder` number, required
  - `isPhysical` boolean, required
  - `isFastTrack` boolean, required
  - `isPaperCopy` boolean, required
  - `productCountryPrices` ProductCountryMappingItemDto[], required
    - `id` number, required
    - `productId` number, required
    - `countryId` number, required
    - `countryName` string, required
    - `currencyCode` string, required
    - `currencySymbol` string, required
    - `stateId` number, nullable
    - `stateName` string, nullable
    - `price` number, nullable

---

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