Nutritional & Supplemental Info

There is an extensive amount of additional info which can be associated with a product to enhance the details shown online or comply with legislation

Introduction

Local legislation may require that you display nutritional information, additives, ingredients, and other supplemental information online. We get into the details in the example below

Product Model

Below is a snippet of a single item with all additional info included, such as nutritional information and other supplemental information. For a reference to each attribute, see the full menu model via the link below;

â–¶ See Menu Model

Example

In the example below

Amount refers to the amount per 1 serving type (unitType)

unitType: 1 = Weight (in grams)

unitType: 2 = Volume (in milliliter)

unitType: 3 = Count (i.e., piece, slice, capsule, cookie, etc)

[
    {
        "products":
        {
            "68908441bf2d317437e96ab4":
            {
                "_id": "68908441bf2d317437e96ab4",
                "name": "Coca-Cola Original Taste 500ml",
                "productType": 1,
                "beverageInfo":
                {
                    "caffeine": 1,
                    "alcohol": 0
                },
                "calories": 210,
                "caloriesRangeHigh": 210,
                "kJ": 876,
                "kJRangeHigh": 876,
                "nutritionalInfo":
                {
                    "fat": 0,
                    "sugar": 53,
                    "saturatedFat": 0,
                    "carbohydrates": 53,
                    "protein": 0,
                    "salt": 0,
                    "servingSize":
                    {
                        "amount": 500,
                        "unitType": 2,
                        "countUnitDescription": "ml"
                    },
                    "netQuantity":
                    {
                        "amount": 500,
                        "unitType": 2,
                        "countUnitDescription": "ml"
                    }
                },
                "packaging":
                {
                    "count": 1,
                    "reusable": false,
                    "storageInstructions": "Store in a cool, dry place away from direct sunlight."
                },
                "plu": "cc500ml",
                "productTags":
                [
                    10,
                    14,
                    18,
                    23,
                    128
                ],
                "supplementalInfo":
                {
                    "legalName": "Carbonated Soft Drink",
                    "instructionsForUse": "Serve chilled.",
                    "ingredients":
                    [
                        "Carbonated Water",
                        "Sugar",
                        "Colour (Caramel E150d)",
                        "Phosphoric Acid",
                        "Natural Flavourings (including Caffeine)"
                    ],
                    "additives":
                    [
                        "COLORANT_CARAMEL_E150D",
                        "ACIDIFIERS_PHOSPHORIC_ACID",
                        "CAFFEINE_CAFFEINE"
                    ],
                    "prepackaged": true,
                    "deposit": 0,
                    "fbo":
                    {
                        "name": "The Coca-Cola Company",
                        "address": "Atlanta, GA, USA"
                    }
                }
            }
        }
    }
]