---
title: "Create"
method: POST
path: "/public/api/stores"
tags: ["Stores"]
---

# Create

`POST /public/api/stores`

You may create a new single store or multiple stores using this action.    
When creating a single store the body contains a json object, when creating multiple stores the body contains an array of objects.    
**Warning: a maximum of 1000 items can be sent in a single request.**

## Headers

- `Accept` string

## Request body

- object
  - `title` string
  - `address` string
  - `tags` string[]
  - `client_id` string
  - `store_type_name` string
  - `capacity` number

## Response `200`

OK

- object[]
  - `store_id` string, required
  - `title` string, required
  - `address` string, required
  - `tags` string[], required
  - `client_id` string, required
  - `store_type_name` string, required
  - `latitude` number, required
  - `longitude` number, required
  - `country` string, required
  - `timezone` string, required
  - `created_date` string, required
  - `updated_date` string, required

---

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