A wrapper object with fields that allow reference to a Toast entity by Toast GUID or a partner's identifier.
calories | integer The amount of food energy in the item, expressed in Calorie units. Values can be positive, negative, or zero. |
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. |
Array of objects (Image) An array of | |
inheritOptionGroups | boolean True if this menu item inherits |
inheritUnitOfMeasure | boolean True if this menu item inherits its unit of measure
from its parent |
name | string The name of the menu item as it appears in the Toast POS. |
Array of objects (ExternalReference) >= 0 items An array of | |
orderableOnline | string Deprecated. Indicates whether restaurant guests can order from the menu online. Use the |
plu | string The price look up (PLU) code for the item. |
sku | string The stock keeping unit (SKU) code for the item. |
type | string Specifies whether this item is a special request or other off-menu transaction.
|
unitOfMeasure | string The unit of measure used to determine the price of the item.
The default is NONE.
This value is not relevant if |
visibility | string Deprecated. Indicates where the menu is displayed and who can see it.
Use the |
{- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "name": "string",
- "calories": 0,
- "sku": "string",
- "plu": "string",
- "orderableOnline": "YES",
- "visibility": "ALL",
- "type": "NONE",
- "optionGroups": [
- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
], - "inheritOptionGroups": true,
- "images": [
- {
- "url": "string"
}
], - "unitOfMeasure": "NONE",
- "inheritUnitOfMeasure": true
}