---
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.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2025-03-19** `1c6726b12e29` — 4 breaking, 24 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - …24 more
- **2025-03-07** `979a6c40552c` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **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/format changed from ``/`` 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

[Full 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/84ef614abb97/schema)
