Menu

Update menu item

Updates an existing menu item. Only provided fields are changed (partial update). Supports image replacement via base64.

put/menu/{locale}/{id}

Path parameters

localeinteger required

Locale (restaurant) ID. Must match the locale bound to your API key.

idinteger required

Resource ID

Request body

namestring
category_idinteger
descriptionstring
pricenumber float
vatnumber float
weightinteger
volumeinteger
alcoholnumber
is_vegetarian0 | 1
is_low_calorie0 | 1
is_gluten_free0 | 1
is_spicy0 | 1
is_adult0 | 1
available_for_order0 | 1
is_active0 | 1
order_positioninteger
image_base64string

Base64-encoded JPEG image (replaces existing image)

remove_imageboolean

Set to true to remove the current image

Response

Item updated

successboolean

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.