---
title: "Changes to Retrieve Orders"
method: GET
path: "/ecommerce/orders/{id}"
---

# Changes to Retrieve Orders

`GET /ecommerce/orders/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 18 revisions.

- **2024-09-20** `be3dc330edf3` — 171 info
- **2024-08-16** `660a45415efe` — 9 info
- **2024-08-14** `17251bf7794f` — 1 breaking, 9 warning
- **2024-08-07** `87189baf7791` — 17 breaking, 162 warning
- **2024-08-07** `3ce49f5aad53` — 1 info

## Changes

- **2024-09-20** `be3dc330edf3` — 171 info
  - removed the `AED` enum value from the `currency` response property for the response status `200`
  - removed the `AFN` enum value from the `currency` response property for the response status `200`
  - removed the `ALL` enum value from the `currency` response property for the response status `200`
  - removed the `AMD` enum value from the `currency` response property for the response status `200`
  - removed the `ANG` enum value from the `currency` response property for the response status `200`
  - removed the `AOA` enum value from the `currency` response property for the response status `200`
  - removed the `ARS` enum value from the `currency` response property for the response status `200`
  - removed the `AUD` enum value from the `currency` response property for the response status `200`
  - removed the `AWG` enum value from the `currency` response property for the response status `200`
  - removed the `AZN` enum value from the `currency` response property for the response status `200`
  - removed the `BAM` enum value from the `currency` response property for the response status `200`
  - removed the `BBD` enum value from the `currency` response property for the response status `200`
  - removed the `BDT` enum value from the `currency` response property for the response status `200`
  - removed the `BGN` enum value from the `currency` response property for the response status `200`
  - removed the `BHD` enum value from the `currency` response property for the response status `200`
  - removed the `BIF` enum value from the `currency` response property for the response status `200`
  - removed the `BMD` enum value from the `currency` response property for the response status `200`
  - removed the `BND` enum value from the `currency` response property for the response status `200`
  - removed the `BOB` enum value from the `currency` response property for the response status `200`
  - removed the `BRL` enum value from the `currency` response property for the response status `200`
  - removed the `BSD` enum value from the `currency` response property for the response status `200`
  - removed the `BTN` enum value from the `currency` response property for the response status `200`
  - removed the `BWP` enum value from the `currency` response property for the response status `200`
  - removed the `BYN` enum value from the `currency` response property for the response status `200`
  - removed the `BZD` enum value from the `currency` response property for the response status `200`
  - removed the `CAD` enum value from the `currency` response property for the response status `200`
  - removed the `CANCELED` enum value from the `fulfillment_status` response property for the response status `200`
  - removed the `CANCELED` enum value from the `order_status` response property for the response status `200`
  - removed the `CDF` enum value from the `currency` response property for the response status `200`
  - removed the `CHF` enum value from the `currency` response property for the response status `200`
  - removed the `CLP` enum value from the `currency` response property for the response status `200`
  - removed the `CNY` enum value from the `currency` response property for the response status `200`
  - removed the `COP` enum value from the `currency` response property for the response status `200`
  - removed the `CRC` enum value from the `currency` response property for the response status `200`
  - removed the `CUP` enum value from the `currency` response property for the response status `200`
  - removed the `CVE` enum value from the `currency` response property for the response status `200`
  - removed the `CZK` enum value from the `currency` response property for the response status `200`
  - removed the `DJF` enum value from the `currency` response property for the response status `200`
  - removed the `DKK` enum value from the `currency` response property for the response status `200`
  - removed the `DOP` enum value from the `currency` response property for the response status `200`
  - …131 more
- **2024-08-16** `660a45415efe` — 9 info
  - added the optional property `items/items/company_info_id` to the response with the `200` status
  - added the optional property `items/items/created_at` to the response with the `200` status
  - added the optional property `items/items/modified_at` to the response with the `200` status
  - added the optional property `items/items/name` to the response with the `200` status
  - added the optional property `items/items/parent_item` to the response with the `200` status
  - added the optional property `items/items/remote_generated_at` to the response with the `200` status
  - added the optional property `items/items/remote_id` to the response with the `200` status
  - added the optional property `items/items/type` to the response with the `200` status
  - added the optional property `items/items/value` to the response with the `200` status
- **2024-08-14** `17251bf7794f` — 1 breaking, 9 warning
  - the `items` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - added the new `CANCELED` enum value to the `fulfillment_status` response property for the response status `200`
  - added the new `CANCELED` enum value to the `order_status` response property for the response status `200`
  - added the new `FAIL` enum value to the `payment_status` response property for the response status `200`
  - added the new `FULFILLED` enum value to the `fulfillment_status` response property for the response status `200`
  - added the new `PENDING` enum value to the `fulfillment_status` response property for the response status `200`
  - added the new `PENDING` enum value to the `order_status` response property for the response status `200`
  - added the new `SHIPPED` enum value to the `order_status` response property for the response status `200`
  - added the new `SUCCESS` enum value to the `payment_status` response property for the response status `200`
  - added the new `UNSHIPPED` enum value to the `order_status` response property for the response status `200`
- **2024-08-07** `87189baf7791` — 17 breaking, 162 warning
  - the response property `created_at` became nullable for the status `200`
  - the response property `currency` became nullable for the status `200`
  - the response property `customer_id` became nullable for the status `200`
  - the response property `field_mappings` became nullable for the status `200`
  - the response property `fulfillment_status` became nullable for the status `200`
  - the response property `id` became nullable for the status `200`
  - the response property `items` became nullable for the status `200`
  - the response property `modified_at` became nullable for the status `200`
  - the response property `order_number` became nullable for the status `200`
  - the response property `order_status` became nullable for the status `200`
  - the response property `payment_status` became nullable for the status `200`
  - the response property `remote_data` became nullable for the status `200`
  - the response property `remote_id` became nullable for the status `200`
  - the response property `total_discount` became nullable for the status `200`
  - the response property `total_price` became nullable for the status `200`
  - the response property `total_shipping` became nullable for the status `200`
  - the response property `total_tax` became nullable for the status `200`
  - added the new `AED` enum value to the `currency` response property for the response status `200`
  - added the new `AFN` enum value to the `currency` response property for the response status `200`
  - added the new `ALL` enum value to the `currency` response property for the response status `200`
  - added the new `AMD` enum value to the `currency` response property for the response status `200`
  - added the new `ANG` enum value to the `currency` response property for the response status `200`
  - added the new `AOA` enum value to the `currency` response property for the response status `200`
  - added the new `ARS` enum value to the `currency` response property for the response status `200`
  - added the new `AUD` enum value to the `currency` response property for the response status `200`
  - added the new `AWG` enum value to the `currency` response property for the response status `200`
  - added the new `AZN` enum value to the `currency` response property for the response status `200`
  - added the new `BAM` enum value to the `currency` response property for the response status `200`
  - added the new `BBD` enum value to the `currency` response property for the response status `200`
  - added the new `BDT` enum value to the `currency` response property for the response status `200`
  - added the new `BGN` enum value to the `currency` response property for the response status `200`
  - added the new `BHD` enum value to the `currency` response property for the response status `200`
  - added the new `BIF` enum value to the `currency` response property for the response status `200`
  - added the new `BMD` enum value to the `currency` response property for the response status `200`
  - added the new `BND` enum value to the `currency` response property for the response status `200`
  - added the new `BOB` enum value to the `currency` response property for the response status `200`
  - added the new `BRL` enum value to the `currency` response property for the response status `200`
  - added the new `BSD` enum value to the `currency` response property for the response status `200`
  - added the new `BTN` enum value to the `currency` response property for the response status `200`
  - added the new `BWP` enum value to the `currency` response property for the response status `200`
  - …139 more
- **2024-08-07** `3ce49f5aad53` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/panoratech/apis/panora-api-2/docs/ecommerce/orders/:id/get.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/ecommerce/orders/:id/get)
