Skip to main content

Modifier Group

Modifier Groups contain all the Modifiers for a certain modification of the Item Family. I.E Drink Choice

Properties

NameTypeDescription
_idstringUsed for associating entities together, does not map to a specific system
namestringName of the Item to Display
default_modifier_quantitiesobjectKey-value object of modifier._id -> quantity for default selections
min_uniqueintegerMinimum amount of unique selections across this group
max_uniqueintegerMaximum amount of unique selections across this group
max_freeintegerMaximum amount of free selections across this group
selection_typestringSpecifies if a quanity can be attributed for a modifier selection.
enum: single, multiple
ex. if multiple, user may select 2 qty of modifier "Side of Ranch"
modifier_idsstring[]Array of Modifier IDs that belong to this Modifier Group

Associations

Modifier Group to Modifiers