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

---

[API](https://skmtc.net/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.net/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/terminaldotshop/terminal-api/versions/84ef614abb97/schema)
