---
title: "Update Store"
method: PUT
path: "/stores/{id}"
tags: ["Store"]
---

# Update Store

`PUT /stores/{id}`

Update Store

## Path parameters

- `id` string, required

## Request body

- object
  - `store` StoreParametersUpdate — Stores
    - `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

## Response `200`

OK

- 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
- `404` — Not Found

---

[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)
