---
title: "Changes to Retrieve Products"
method: GET
path: "/ecommerce/products/{id}"
---

# Changes to Retrieve Products

`GET /ecommerce/products/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 18 revisions.

- **2024-09-20** `be3dc330edf3` — 3 info
- **2024-08-07** `87189baf7791` — 13 breaking, 3 warning
- **2024-08-07** `3ce49f5aad53` — 1 info

## Changes

- **2024-09-20** `be3dc330edf3` — 3 info
  - removed the `ACTIVE` enum value from the `product_status` response property for the response status `200`
  - removed the `ARCHIVED` enum value from the `product_status` response property for the response status `200`
  - removed the `DRAFT` enum value from the `product_status` response property for the response status `200`
- **2024-08-07** `87189baf7791` — 13 breaking, 3 warning
  - the response property `created_at` became nullable for the status `200`
  - the response property `description` became nullable for the status `200`
  - the response property `field_mappings` became nullable for the status `200`
  - the response property `id` became nullable for the status `200`
  - the response property `images_urls` became nullable for the status `200`
  - the response property `modified_at` became nullable for the status `200`
  - the response property `product_status` became nullable for the status `200`
  - the response property `product_type` became nullable for the status `200`
  - the response property `product_url` 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 `tags` became nullable for the status `200`
  - the response property `vendor` became nullable for the status `200`
  - added the new `ACTIVE` enum value to the `product_status` response property for the response status `200`
  - added the new `ARCHIVED` enum value to the `product_status` response property for the response status `200`
  - added the new `DRAFT` enum value to the `product_status` response property for the response status `200`
- **2024-08-07** `3ce49f5aad53` — 1 info
  - endpoint added

---

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