---
title: "Update some store's information."
method: PATCH
path: "/v2/user/customer/stores/{storeId}"
tags: ["Customer - Stores"]
---

# Update some store's information.

`PATCH /v2/user/customer/stores/{storeId}`

Update some store's information. FYI, you cannot change the country.

## Path parameters

- `storeId` string, guid, required

## Request body

- UpdateStoreRequest
  - `name` string, required — The store name. Must be unique.
  - `url` string, required — The url of your store
  - `sectors` StoreSector[], required — The store's sectors based on the list of values /user/lov/ParamSector
  - `isInternationalStore` boolean

## Response `204`

Store updated

## Other responses

- `404` — Store not found or customer not the owner
- `409` — The store name already used
- `default` — Occurs when something goes wrong

---

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