---
title: "Changes to List Products"
method: GET
path: "/ecommerce/products"
---

# Changes to List Products

`GET /ecommerce/products`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 18 revisions.

- **2024-11-18** `ef360d76c658` — 1 breaking
- **2024-09-20** `be3dc330edf3` — 3 info
- **2024-08-14** `17251bf7794f` — 1 breaking
- **2024-08-09** `3539cfe8509c` — 1 breaking
- **2024-08-07** `87189baf7791` — 13 breaking, 3 warning
- **2024-08-07** `3ce49f5aad53` — 1 info

## Changes

- **2024-11-18** `ef360d76c658` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was removed
- **2024-09-20** `be3dc330edf3` — 3 info
  - removed the `ACTIVE` enum value from the `allOf[subschema #2]/data/items/product_status` response property for the response status `200`
  - removed the `ARCHIVED` enum value from the `allOf[subschema #2]/data/items/product_status` response property for the response status `200`
  - removed the `DRAFT` enum value from the `allOf[subschema #2]/data/items/product_status` response property for the response status `200`
- **2024-08-14** `17251bf7794f` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was added
- **2024-08-09** `3539cfe8509c` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was removed
- **2024-08-07** `87189baf7791` — 13 breaking, 3 warning
  - the response property `allOf[subschema #2]/data/items/created_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/description` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/field_mappings` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/images_urls` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/modified_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/product_status` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/product_type` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/product_url` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/remote_data` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/remote_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/tags` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/vendor` became nullable for the status `200`
  - added the new `ACTIVE` enum value to the `allOf[subschema #2]/data/items/product_status` response property for the response status `200`
  - added the new `ARCHIVED` enum value to the `allOf[subschema #2]/data/items/product_status` response property for the response status `200`
  - added the new `DRAFT` enum value to the `allOf[subschema #2]/data/items/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/get.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/ecommerce/products/get)
