---
title: "Update bulk prices for menu items and modifiers"
method: POST
path: "/items/prices"
tags: ["items"]
---

# Update bulk prices for menu items and modifiers

`POST /items/prices`

This endpoint allows to update prices of the items and modifiers.

## Request body

- PriceUpdate
  - `externalRequestId` string, required — Unique identifier for the request.
  - `integrationId` string, required — Unique identifier for the integration.
  - `storeId` string, required — Identifier for the store.
  - `currencyCode` string, required — ode for the currency used in recipes and modifiers.
  - `callbackUrl` string — URL to call back with status updates recipes and modifiers creation process.
  - `menuItemPriceBulkUpdates` object[] — List of menu items with their updated prices.
    - `id` string, required — Unique identifier for the menu item.
    - `priceInfo` object, required — Updated price information for the menu item.
      - `price` integer, required — Updated price of the menu item in the smallest currency unit (e.g., cents).
  - `modifierPriceBulkUpdates` object[] — List of modifier groups with their updated prices.
    - `modifierGroupId` string, required — Unique identifier for the modifier group.
    - `modifierPrices` object[], required — List of modifiers within the group with their updated prices.
      - `id` string, required — Unique identifier for the modifier.
      - `priceInfo` object, required — Updated price information for the modifier.
        - `price` integer, required — Updated price of the modifier in the smallest currency unit (e.g., cents).

## Response `200`

Successful response OK

- MenuResponse — Response object of the successful menu publish
  - `id` string, required — Unique id for the request.
  - `externalReferenceId` string, required — Grubtech unique id for the request

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/revisions/21688b6dcb69/schema)
