Item Family
An Item Family is the base of a product that you produce/sell, this will house all of the Items and Modifier Groups needed to offer your different varieties of a single product. I.E (Club Sandwich Combo)
Properties
| Name | Type | Description |
|---|---|---|
| _id | string | Used for associating entities together, does not map to a specific system |
| name | string | Name of the Item Family to Display |
| images | object[] | Array of Images associated to this Item Family |
| item_ids | string[] | Array of Item IDs that belong to this Item Family |
| modifier_group_ids | string[] | Array of Modifier Group IDs that belong to this Item Family |