---
title: "Bulk Update Menu Items"
method: PUT
path: "/merchant/{merchantReference}/menu/bulk-update"
tags: ["Menu"]
---

# Bulk Update Menu Items

`PUT /merchant/{merchantReference}/menu/bulk-update`

Update multiple menu items in a single request. Useful for batch price changes, stock updates, or category reassignments.

## Path parameters

- `merchantReference` string, required

## Request body

- object
  - `items` object[], required
    - `reference` string, required — Unique menu item reference
    - `name` string — Menu item name
    - `in_stock` boolean — Indicates whether the menu item is currently in stock
    - `description` string — A brief description of the menu item.
    - `price` string — The price of the menu item in the smallest currency unit

## Response `200`

- object
  - `property1` string

---

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