Get menu item options
get_menu_item_optionsFetches the customization options for a menu item, such as size and extras, to construct a valid cart line when options are required. No login required.
Instructions
Fetch the customization/variation options for a single menu item (e.g. size, extras). Needed to build a valid cart line for items where has_options is true. No login required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Option language, e.g. "en" or "el" (default EFOOD_LANG). | |
| item_code | Yes | The item `code` (e.g. "IT_000000038964") from the menu. | |
| restaurant_id | Yes | Restaurant id. |