---
title: "Changes to Create Orders"
method: POST
path: "/ecommerce/orders"
---

# Changes to Create Orders

`POST /ecommerce/orders`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 18 revisions.

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

## Changes

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

---

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