MenuOptionGroup

A wrapper object with fields that allow reference to a Toast entity by Toast GUID or a partner's identifier.

entityType
required
string

The type of object this is.

externalId
string

External identifier string, prefixed by the naming authority.

guid
required
string

The GUID maintained by the Toast POS.

maxSelections
number <integer>

The maximum number of selections that can be made from this option group.

minSelections
number <integer>

The minimum number of selections that must be made from this option group.

name
string

The name of the MenuOptionGroup as it appears in the Toast POS.

Array of objects (ExternalReference) >= 0 items

An array of ExternalReference objects containing the identifiers of the MenuItems in the menu group.

{
  • "guid": "string",
  • "entityType": "string",
  • "externalId": "string",
  • "name": "string",
  • "options": [
    ],
  • "minSelections": 0,
  • "maxSelections": 0
}