---
title: "Search Menu Board Product by ID"
method: GET
path: "/menuboard/product/{menuProductId}"
tags: ["menuBoard"]
---

# Search Menu Board Product by ID

`GET /menuboard/product/{menuProductId}`

Get the Menu Board Product object specified by the provided menuProductId

## Path parameters

- `menuProductId` integer, required

## Response `200`

successful operation

- MenuBoardProduct — Class MenuBoardProduct
  - `menuProductId` unknown
  - `menuCategoryId` unknown
  - `menuId` unknown
  - `name` unknown
  - `price` unknown
  - `description` unknown
  - `code` unknown
  - `displayOrder` unknown
  - `availability` unknown
  - `allergyInfo` unknown
  - `calories` unknown
  - `mediaId` unknown
  - `productOptions` string[] — The Menu Board Product array of options

## Changes

- **2026-07-30** `fe497e811c7f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/menuboard/product/:menuProductId/get.md)

---

[API](https://skmtc.dev/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.dev/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/revisions/9136e3c2cb1d/schema)
