Menu

Create menu item

Creates a new menu item in the specified category. Supports base64 image upload and multi-language translations.

post/menu/{locale}

Path parameters

localeinteger required

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

Request body

namestring required
category_idinteger required

Category to place the item in

descriptionstring
pricenumber float
vatnumber float

VAT percentage (e.g. 8 for 8%)

weightinteger nullable
volumeinteger nullable
alcoholnumber nullable
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

Response

Item created

successboolean

Example response

{
  "success": true
}

Changes

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