Restaurant Brands International · Example Payload

Channel Nutrition Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Channel Nutrition Example is an example object payload from Restaurant Brands International, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

caloriesnutrientsallergens

Example Payload

Raw ↑
{
  "calories": {
    "default": 1.0,
    "displayType": "Range",
    "lowerRange": 1.0,
    "upperRange": 1.0
  },
  "nutrients": [
    {
      "name": {},
      "value": {},
      "unit": {}
    }
  ],
  "allergens": [
    {
      "allergen": {},
      "contains": {}
    }
  ]
}