---
title: "Checkout"
method: POST
path: "/checkout"
tags: ["checkout"]
---

# Checkout

`POST /checkout`

Create Checkout Session and fetch design details with prices and discounts

## Request body

- Cart
  - `items` CartItem[], required
    - `design_id` string, required
    - `material_id` string, required
    - `quantity` integer, required

## Response `200`

Successful Response

- string

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
