---
title: "Update Merchant"
method: PUT
path: "/merchant/{merchantReference}"
tags: ["Merchant"]
---

# Update Merchant

`PUT /merchant/{merchantReference}`

Update an existing merchant's profile information, including availability status, name, description, support contact, delivery time, and operating hours.

## Path parameters

- `merchantReference` string, required

## Request body

- object
  - `is_open` boolean — Indicates whether the merchant is currently open.
  - `name` string — he name of the merchant.
  - `description` string — A brief description of the merchant.
  - `support_contact` string — The contact number for support inquiries.
  - `support_email` string — The email address for support inquiries.
  - `minimum_delivery_time` integer — The minimum time (in minutes) required for delivery.
  - `available_hours` object — An object representing the merchant's operational hours
    - `default` object
      - `opening` string — The opening time in 24-hour format.
      - `closing` string — The closing time in 24-hour format.

## Response `200`

---

[API](https://skmtc.dev/chowdeck/apis/chowdeck-api.md) · [All operations](https://skmtc.dev/chowdeck/apis/chowdeck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chowdeck/chowdeck-api/revisions/5830cc8467d8/schema)
