---
title: "SELLER_ACCOUNT_STORE_CREATE - Create stores and link them to a user"
method: POST
path: "/v1/users/stores"
tags: ["Store"]
---

# SELLER_ACCOUNT_STORE_CREATE - Create stores and link them to a user

`POST /v1/users/stores`

<div class="extension-title">Description</div>

Create multiple stores and link them to a user. This API should be used by connectors.

<div class="api-description-extension">
</div>

## Query parameters

- `token` string, required

## Request body

- SELLERACCOUNTSTORECREATERequest
  - `stores` SELLERACCOUNTSTORECREATERequestStores[], required — Stores to create
    - `access_expiration_date` string, date-time — Access expiration date
    - `channel_id` string, required — Channel id
    - `channel_store_id` string, required — Channel store id
    - `name` string, required — Store name
    - `state` string, required — Store state
    - `suspension_type` string — Store suspension type

## Response `201`

Stores have been created and linked to user

## Other responses

- `401` — Invalid app-auth token
- `403` — Unknown connector
- `410` — Invalid link-store token

---

[API](https://skmtc.net/mirakl/apis/mirakl-account-channel-platform-apis.md) · [All operations](https://skmtc.net/mirakl/apis/mirakl-account-channel-platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mirakl/mirakl-account-channel-platform-apis/revisions/4e5561b48b80/schema)
