---
title: "Get item options"
method: GET
path: "/menu/{locale}/{id}/options"
tags: ["Menu"]
---

# Get item options

`GET /menu/{locale}/{id}/options`

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

## Path parameters

- `locale` integer, required
- `id` integer, required

## Query parameters

- `lang` string

## Response `200`

Linked option groups with items

- object
  - `success` boolean
  - `data` LinkedOptionGroup[]
    - `id` integer
    - `menu_item_id` integer
    - `name` string — Translated name based on ?lang= parameter
    - `is_required` 0 | 1
    - `is_multiple` 0 | 1
    - `is_multiselect` 0 | 1
    - `pos_id` string, nullable
    - `options` object[]
      - `id` integer
      - `name` string
      - `price` number, float
      - `is_active` 0 | 1
      - `image` string, nullable

## Other responses

- `403` — API key not authorized for this locale or missing required scope
- `404` — Menu item not found

---

[API](https://skmtc.dev/myrest/apis/myrest-public-api.md) · [All operations](https://skmtc.dev/myrest/apis/myrest-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myrest/myrest-public-api/revisions/70905e6e4284/schema)
