---
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 - The request could not be understood or was missing required parameters.
- `401` — Unauthorized - Authentication is required and has failed or has not been provided.
- `429` — Too Many Requests - You have made too many requests in a short period of time.
- `500` — Internal Server Error - Something went wrong on our end.

## Changes

- **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 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/ea86fe004b06/schema)
