---
title: "Create menu item option set"
method: POST
path: "/api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId}/optionsets"
tags: ["MenuOptionSets"]
---

# Create menu item option set

`POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId}/optionsets`

## Path parameters

- `menuId` integer, required
- `menuSectionId` integer, required
- `menuSectionItemId` integer, required

## Request body

- MenuItemOptionSetBase — Menu item option set
  - `Name` string — Menu item option set name
  - `IsMasterOptionSet` boolean — Is master option set. This can affect the layout of the options in the menu displayed to the customer. Usually it is true if the option could be considerd a standalone item as opposed to an addition ("with ketchup") or modifier ("large").
  - `DisplayOrder` integer — Display order. Displayed in ascending order.
  - `MinSelectCount` integer — Minimum items must be selected
  - `MaxSelectCount` integer — Maximum number of items can be selected
  - `CellLayoutType` 'Small' | 'Medium' | 'Large' | 'HiddenImage' — Small | Medium | Large Affects the layout of the menu.
  - `PublicId` string, uuid — Permanent reference to the item.

## Response `200`

OK

- object

## Other responses

- `201` — Created
- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
