---
title: "Changes to Create Products"
method: POST
path: "/ecommerce/products"
---

# Changes to Create Products

`POST /ecommerce/products`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 18 revisions.

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

## Changes

- **2024-09-20** `be3dc330edf3` — 3 breaking, 3 info
  - removed the enum value `ACTIVE` of the request property `product_status`
  - removed the enum value `ARCHIVED` of the request property `product_status`
  - removed the enum value `DRAFT` of the request property `product_status`
  - removed the `ACTIVE` enum value from the `product_status` response property for the response status `201`
  - removed the `ARCHIVED` enum value from the `product_status` response property for the response status `201`
  - removed the `DRAFT` enum value from the `product_status` response property for the response status `201`
- **2024-08-07** `87189baf7791` — 14 breaking, 3 warning, 11 info
  - request property `product_status` was restricted to a list of enum values
  - the response property `created_at` became nullable for the status `201`
  - the response property `description` became nullable for the status `201`
  - the response property `field_mappings` became nullable for the status `201`
  - the response property `id` became nullable for the status `201`
  - the response property `images_urls` became nullable for the status `201`
  - the response property `modified_at` became nullable for the status `201`
  - the response property `product_status` became nullable for the status `201`
  - the response property `product_type` became nullable for the status `201`
  - the response property `product_url` became nullable for the status `201`
  - the response property `remote_data` became nullable for the status `201`
  - the response property `remote_id` became nullable for the status `201`
  - the response property `tags` became nullable for the status `201`
  - the response property `vendor` became nullable for the status `201`
  - added the new `ACTIVE` enum value to the `product_status` response property for the response status `201`
  - added the new `ARCHIVED` enum value to the `product_status` response property for the response status `201`
  - added the new `DRAFT` enum value to the `product_status` response property for the response status `201`
  - the request property `description` became nullable
  - the request property `field_mappings` became nullable
  - the request property `images_urls` became nullable
  - the request property `product_status` became nullable
  - the request property `product_type` became nullable
  - the request property `product_url` became nullable
  - the request property `tags` became nullable
  - the request property `vendor` became nullable
  - added the new `ACTIVE` enum value to the request property `product_status`
  - added the new `ARCHIVED` enum value to the request property `product_status`
  - added the new `DRAFT` enum value to the request property `product_status`
- **2024-08-07** `3ce49f5aad53` — 1 info
  - endpoint added

---

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