---
title: "Get Single Menu"
method: GET
path: "/o/op/1/menu/load/{menuId}"
tags: ["Order and Pay"]
deprecated: true
---

# Get Single Menu

`GET /o/op/1/menu/load/{menuId}`

> **Deprecated.**

**Deprecated:** Use [/o/op/2/menu/load/{menuId}](#/Order%20and%20Pay/getMenuByIdV2) instead. V2 includes product modifier groups and product modifiers on menu items and deal items. Returns details of a particular menu based on its unique identifier and other query parameters.

## Path parameters

- `menuId` integer, required — The unique identifier for the menu.

## Query parameters

- `businessLocationId` integer, required — The unique identifier for the business location.
- `accountProfile` string — The order profile [`code`](https://api-docs.lsk.lightspeed.app/operation/operation-apeaccountprofiles#operation-apeaccountprofiles-200-body-application-json-accountprofilelist-code). Item prices returned will be those associated with this order profile, when applicable. See the [order profiles](https://api-portal.lsk.lightspeed.app/guides/definitions/order-profiles) definition for more details.
- `richContent` boolean — Query parameter to include rich content of menu items.

## Response `200`

Successful retrieval of menu details.

- ApeMenu — unresolved $ref

## Other responses

- `503` — Service Unavailable

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/fd2e31cf57dd/schema)
