---
title: "Create order"
method: POST
path: "/order"
tags: ["Order"]
---

# Create order

`POST /order`

Create an order without a cart. The order will be placed immediately.

## Request body

- object — Order information.
  - `variants` object, required — Product variants to include in the order, along with their quantities.
  - `cardID` string, required — Card ID.
  - `addressID` string, required — Shipping address ID.

## Response `200`

Order ID.

- object
  - `data` string, required — Order ID.

## Changes

- **2025-02-26** `cb4577d95656` — 1 info
  - endpoint added
- **2024-12-16** `021e5a9aa9e2` — 1 breaking
  - api path removed without deprecation
- **2024-12-13** `916cf9100f68` — 1 breaking, 9 info
  - the `data/allOf[#/components/schemas/Order]/shipping` response's property type changed from no type to `object` for status `200`
  - added the optional property `data/allOf[#/components/schemas/Order]/shipping/phone` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Order]/shipping/province` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Order]/shipping/street2` to the response with the `200` status
  - …6 more
- **2024-12-13** `43ff7af31b1e` — 1 breaking, 4 info
  - removed the required property `result` from the response with the `200` status
  - api operation id `postOrder` was added
  - the endpoint scheme security `Bearer` was removed from the API
  - api tag `Orders` added
  - …1 more

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/order/post.md)

---

[API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.dev/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminaldotshop/terminal-api/revisions/cb4577d95656/schema)
