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

# Changes to Get order

`GET /order/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 9 of 41 revisions.

- **2025-04-24** `128873249a64` — 6 warning
- **2025-04-14** `58fa4af8e325` — 1 info
- **2025-04-09** `d02e3d898e58` — 3 info
- **2025-03-19** `1c6726b12e29` — 4 breaking, 24 info
- **2025-03-07** `979a6c40552c` — 2 breaking, 4 info
- **2024-12-16** `56a8a6f18e6c` — 1 info
- **2024-12-16** `021e5a9aa9e2` — 1 breaking
- **2024-12-13** `916cf9100f68` — 1 breaking, 9 info
- **2024-12-13** `43ff7af31b1e` — 2 breaking, 3 info

## Changes

- **2025-04-24** `128873249a64` — 6 warning
  - added the new `DELIVERED` enum value to the `data/allOf[#/components/schemas/Order]/tracking/status` response property for the response status `200`
  - added the new `FAILURE` enum value to the `data/allOf[#/components/schemas/Order]/tracking/status` response property for the response status `200`
  - added the new `PRE_TRANSIT` enum value to the `data/allOf[#/components/schemas/Order]/tracking/status` response property for the response status `200`
  - added the new `RETURNED` enum value to the `data/allOf[#/components/schemas/Order]/tracking/status` response property for the response status `200`
  - added the new `TRANSIT` enum value to the `data/allOf[#/components/schemas/Order]/tracking/status` response property for the response status `200`
  - added the new `UNKNOWN` enum value to the `data/allOf[#/components/schemas/Order]/tracking/status` response property for the response status `200`
- **2025-04-14** `58fa4af8e325` — 1 info
  - added the required property `data/allOf[#/components/schemas/Order]/created` to the response with the `200` status
- **2025-04-09** `d02e3d898e58` — 3 info
  - added the optional property `data/allOf[#/components/schemas/Order]/tracking/status` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Order]/tracking/statusDetails` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Order]/tracking/statusUpdatedAt` to the response with the `200` status
- **2025-03-19** `1c6726b12e29` — 4 breaking, 24 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - 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 `401`
  - 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 `401` status
  - 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 `401` 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 `401` 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 `401` 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 `401` 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-07** `979a6c40552c` — 2 breaking, 4 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `404`
  - removed the required property `error` from the response with the `404` status
  - added `#/components/schemas/ErrorResponse` to the response body `allOf` list for the response status `404`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2024-12-16** `56a8a6f18e6c` — 1 info
  - endpoint added
- **2024-12-16** `021e5a9aa9e2` — 1 breaking
  - api path removed without deprecation
- **2024-12-13** `916cf9100f68` — 1 breaking, 9 info
  - the `data/allOf[#/components/schemas/Order]/shipping` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `data/allOf[#/components/schemas/Order]/shipping/phone` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Order]/shipping/province` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Order]/shipping/street2` to the response with the `200` status
  - removed `#/components/schemas/Address` from the `data/allOf[#/components/schemas/Order]/shipping` response property `allOf` list for the response status `200`
  - added the required property `data/allOf[#/components/schemas/Order]/shipping/city` to the response with the `200` status
  - added the required property `data/allOf[#/components/schemas/Order]/shipping/country` to the response with the `200` status
  - added the required property `data/allOf[#/components/schemas/Order]/shipping/name` to the response with the `200` status
  - added the required property `data/allOf[#/components/schemas/Order]/shipping/street1` to the response with the `200` status
  - added the required property `data/allOf[#/components/schemas/Order]/shipping/zip` to the response with the `200` status
- **2024-12-13** `43ff7af31b1e` — 2 breaking, 3 info
  - added the new path request parameter `id`
  - removed the required property `result` from the response with the `200` status
  - api operation id `getOrderById` was added
  - api tag `Orders` added
  - added the required property `data` to the response with the `200` status

---

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