---
title: "Changes to Get product"
method: GET
path: "/product/{id}"
---

# Changes to Get product

`GET /product/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 41 revisions.

- **2025-08-05** `84ef614abb97` — 1 warning, 1 info
- **2025-04-24** `007e5b747998` — 1 info
- **2025-04-24** `128873249a64` — 2 info
- **2025-03-19** `1c6726b12e29` — 3 breaking, 18 info
- **2025-03-13** `cb50019f2425` — 1 warning
- **2025-03-11** `3b68749c34dc` — 1 info
- **2025-03-07** `979a6c40552c` — 1 info

## Changes

- **2025-08-05** `84ef614abb97` — 1 warning, 1 info
  - removed the optional property `data/allOf[#/components/schemas/Product]/variants/items/description` from the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Product]/timeHidden` to the response with the `200` status
- **2025-04-24** `007e5b747998` — 1 info
  - added the optional property `data/allOf[#/components/schemas/Product]/variants/items/description` to the response with the `200` status
- **2025-04-24** `128873249a64` — 2 info
  - added the optional property `data/allOf[#/components/schemas/Product]/tags/market_global` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Product]/variants/items/tags` to the response with the `200` status
- **2025-03-19** `1c6726b12e29` — 3 breaking, 18 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `404`
  - the response's body type/format changed from ``/`` to `object`/`` for status `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `404`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `429`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `500`
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `429` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `param` to the response with the `404` status
  - added the optional property `param` to the response with the `429` status
  - added the optional property `param` to the response with the `500` status
  - added the required property `code` to the response with the `404` status
  - added the required property `code` to the response with the `429` status
  - added the required property `code` to the response with the `500` status
  - added the required property `message` to the response with the `404` status
  - added the required property `message` to the response with the `429` status
  - added the required property `message` to the response with the `500` status
  - added the required property `type` to the response with the `404` status
  - added the required property `type` to the response with the `429` status
  - added the required property `type` to the response with the `500` status
- **2025-03-13** `cb50019f2425` — 1 warning
  - removed the optional property `data/allOf[#/components/schemas/Product]/tags/type` from the response with the `200` status
- **2025-03-11** `3b68749c34dc` — 1 info
  - added the optional property `data/allOf[#/components/schemas/Product]/tags/type` to the response with the `200` status
- **2025-03-07** `979a6c40552c` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/terminaldotshop/apis/terminal-api/docs/product/:id/get.md) · [API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [Page](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/product/:id/get)
