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. |
Array of objects (ExternalReference) >= 0 items An array of the | |
| guid required | string The GUID maintained by the Toast POS. |
Array of objects (Image) A collection of images associated with the menu. | |
| name | string The name of the menu as it appears in the Toast POS. |
| orderableOnline | string Deprecated. Indicates whether restaurant guests can order from the menu online. Use the |
| unitOfMeasure | string The unit of measure used to determine the price of items in this menu. For example, $10.00 per gram. The default is Values are:
|
| visibility | string Deprecated. Indicates where the menu is displayed and who can see it.
Use the |
{- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "name": "string",
- "orderableOnline": "YES",
- "visibility": "ALL",
- "groups": [
- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
], - "images": [
- {
- "url": "string"
}
], - "unitOfMeasure": "NONE"
}