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

# Create Shop

`POST /1/shops`

## Request body

- object
  - `name` string, required
  - `description` string
  - `images` string[]
  - `country` string

## Response `200`

## Changes

- **2019-05-21** `798e15ca47ec` — 2 info
  - api tag `Shops` added
  - api tag `shops` removed
- **2019-05-20** `55764f4c7874` — 5 breaking, 3 warning, 3 info
  - request body became required
  - the request property `images/items/` became not nullable
  - the request property `name` became required
  - removed `#/components/schemas/ObjectId, subschema #2` from the `images/items/` request property `oneOf` list
  - …7 more

[Change history](https://skmtc.dev/bedrockio/apis/bedrock-api/changes/1/shops/post.md)

---

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