Menu

Get item options

Returns option groups linked to a specific menu item. Supports language via ?lang= parameter.

get/menu/{locale}/{id}/options

Path parameters

localeinteger required

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

idinteger required

Resource ID

Query parameters

langstring

Language code for translations (e.g. en, pl, de)

Response

Linked option groups with items

successboolean

Example response

{
  "success": true
}

Changes

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