---
title: "Store Order"
method: POST
path: "/orders"
tags: ["Orders"]
---

# Store Order

`POST /orders`

Store Order

Store order

## Request body

- object
  - `details` object
    - `email` string
    - `phone` string
    - `firstName` string
    - `lastName` string
    - `address1` string
    - `address2` string
    - `city` string
    - `state` string
    - `zip` string
    - `country` string
    - `platformStoreName` string
  - `items` object[]
    - `variant_id` string
    - `quantity` number

## Response `200`

Successful response

## Other responses

- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/teelaunch/apis/teelaunch-api.md) · [All operations](https://skmtc.net/teelaunch/apis/teelaunch-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teelaunch/teelaunch-api/revisions/0919514123f3/schema)
