Information about a pre-modifier group configured for this restaurant, including an array of pre-modifiers contained in the group.
guid | string A unique identifier for this pre-modifier group, assigned by the Toast POS system. |
multiLocationId | string (MultiLocationId) An identifier that is used to identify and consolidate menu entities that are versions of each other.
Menu entities can be versioned. Those versions can be assigned to specific restaurant locations, or groups of locations, in a management group. For example, you could have two versions of a burger, one for a Boston location and another for a New York City location. Versioned menu entities share the majority of, but not all of, their data. For example, the Boston version is called the Minuteman Burger and has pickles, while the New York City version is called the Empire Burger and does not. You use the The Toast POS system ensures that once a See Toast identifiers in the Toast Developer Guide for more information on the See Enterprise module overview in the Toast Platform Guide for more information on the enterprise module and versioning. |
name | string A descriptive name for this pre-modifier group, for example, "Sandwich Pre-mods". |
Array of objects (PreModifier) An array of |
{- "name": "string",
- "guid": "string",
- "multiLocationId": "string",
- "preModifiers": [
- {
- "name": "string",
- "guid": "string",
- "multiLocationId": "string",
- "fixedPrice": 0,
- "multiplicationFactor": 0,
- "displayMode": "PREFIX",
- "posName": "string",
- "posButtonColorLight": "string",
- "posButtonColorDark": "string"
}
]
}