---
title: "Create Shop"
method: POST
path: "/v1/shops/create"
tags: ["Shops"]
---

# Create Shop

`POST /v1/shops/create`

Creates a new shop.

## Response `200`

The created shop

- object
  - `id` integer
  - `name` string
  - `subdomain` string
  - `owner_id` integer

## Other responses

- `400`

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
