---
title: "Create a store"
method: POST
path: "/data/v1/stores"
tags: ["Sales data"]
---

# Create a store

`POST /data/v1/stores`

Create a store.

## Request body

- object
  - `external_id` string, required
  - `name` string, required
  - `online` boolean
  - `store_type` string
  - `manager` string
  - `custom_fields` object[]
    - `id` integer
    - `name` string
    - `value` string

## Response `201`

Store creation is successful.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
