---
title: "Create Store"
method: POST
path: "/workspaces/{workspace_id}/stores"
tags: ["Store"]
---

# Create Store

`POST /workspaces/{workspace_id}/stores`

Create Store

## Path parameters

- `workspace_id` integer, required

## Request body

- object
  - `store` StoreParameters — Stores
    - `name` string, required — Name
    - `current_path` string, nullable — Current path
    - `seo_title` string, nullable — SEO title
    - `seo_description` string, nullable — SEO description
    - `seo_indexable` boolean, nullable — SEO Indexable
    - `social_image_id` string, nullable — Social image
    - `status` 'draft' | 'published', nullable — Store Status

## Response `201`

Created

- StoreAttributes — Stores
  - `id` integer — Store ID
  - `public_id` string, nullable — Store Public ID
  - `name` string — Name
  - `current_path` string, nullable — Current path
  - `seo_title` string, nullable — SEO title
  - `seo_description` string, nullable — SEO description
  - `seo_indexable` boolean, nullable — SEO Indexable
  - `social_image_id` string, nullable — Social image
  - `status` 'draft' | 'published', nullable — Store Status
  - `created_at` string, nullable — Added
  - `updated_at` string, nullable — Updated
  - `workspace_id` integer, nullable — Workspace ID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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