---
title: "Partial Update"
method: PATCH
path: "/public/api/stores/{id}"
tags: ["Stores"]
---

# Partial Update

`PATCH /public/api/stores/{id}`

Update a subset of properties of a store

## Headers

- `Accept` string

## Request body

- object
  - `tags` string[]

## Response `200`

OK

- object
  - `store_id` string
  - `title` string
  - `address` string
  - `tags` string[]
  - `client_id` string
  - `store_type_name` string
  - `latitude` number
  - `longitude` number
  - `contact_email` string
  - `contact_phone` string
  - `contact_name` string
  - `notification_emails` string[]
  - `country` string
  - `timezone` string
  - `created_date` string
  - `updated_date` string

---

[API](https://skmtc.net/yoobic/apis/yoobic-public-api.md) · [All operations](https://skmtc.net/yoobic/apis/yoobic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yoobic/yoobic-public-api/versions/dd57df399bc4/schema)
