---
title: "Changes to Create a channel order (synchronous)"
method: POST
path: "/api/v1/orders"
---

# Changes to Create a channel order (synchronous)

`POST /api/v1/orders`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 9 revisions.

- **2026-07-07** `a3b4750a505f` — 34 breaking, 25 info
- **2026-07-07** `84194c31ab85` — 1 info

## Changes

- **2026-07-07** `a3b4750a505f` — 34 breaking, 25 info
  - added the new required request property `billing_address/allOf[#/components/schemas/OrderAddressCreate]/city`
  - added the new required request property `billing_address/allOf[#/components/schemas/OrderAddressCreate]/country`
  - added the new required request property `billing_address/allOf[#/components/schemas/OrderAddressCreate]/district`
  - added the new required request property `billing_address/allOf[#/components/schemas/OrderAddressCreate]/number`
  - added the new required request property `billing_address/allOf[#/components/schemas/OrderAddressCreate]/state`
  - added the new required request property `billing_address/allOf[#/components/schemas/OrderAddressCreate]/street`
  - added the new required request property `billing_address/allOf[#/components/schemas/OrderAddressCreate]/zip_code`
  - added the new required request property `channel_code`
  - added the new required request property `external_order_id`
  - added the new required request property `items/items/name`
  - added the new required request property `items/items/quantity`
  - added the new required request property `items/items/sku`
  - added the new required request property `items/items/total_price`
  - added the new required request property `items/items/unit_price`
  - added the new required request property `payments/items/amount`
  - added the new required request property `payments/items/method`
  - added the new required request property `payments/items/status`
  - added the new required request property `shipping_address/allOf[#/components/schemas/OrderAddressCreate]/city`
  - added the new required request property `shipping_address/allOf[#/components/schemas/OrderAddressCreate]/country`
  - added the new required request property `shipping_address/allOf[#/components/schemas/OrderAddressCreate]/district`
  - added the new required request property `shipping_address/allOf[#/components/schemas/OrderAddressCreate]/number`
  - added the new required request property `shipping_address/allOf[#/components/schemas/OrderAddressCreate]/state`
  - added the new required request property `shipping_address/allOf[#/components/schemas/OrderAddressCreate]/street`
  - added the new required request property `shipping_address/allOf[#/components/schemas/OrderAddressCreate]/zip_code`
  - added the new required request property `totals/discount`
  - added the new required request property `totals/shipping`
  - added the new required request property `totals/subtotal`
  - added the new required request property `totals/total`
  - the `items` request property's minItems was increased to `1`
  - the `payments` request property's minItems was increased to `1`
  - the `customer_id` request property type/format changed from `object`/`uuid` to `string`/`uuid`
  - the `requested_strategy_code` request property type/format changed from `object`/`` to `string`/``
  - the `shipping_method` request property type/format changed from `object`/`` to `string`/``
  - the `source_store` request property type/format changed from `object`/`` to `string`/``
  - added the new optional request property `billing_address/allOf[#/components/schemas/OrderAddressCreate]/complement`
  - added the new optional request property `items/items/category`
  - added the new optional request property `items/items/discount`
  - added the new optional request property `items/items/metadata`
  - added the new optional request property `payments/items/gateway_payment_id`
  - added the new optional request property `payments/items/installments`
  - …19 more
- **2026-07-07** `84194c31ab85` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kruzer-corp/apis/oms-api/docs/api/v1/orders/post.md) · [API](https://skmtc.dev/kruzer-corp/apis/oms-api.md) · [Page](https://skmtc.dev/kruzer-corp/apis/oms-api/changes/api/v1/orders/post)
