Restaurant Brands International · Example Payload

Channel Menu Selection Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

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

Top-level fields

idreferenceIdexternalReferenceIdquantitypricemenuSelections

Example Payload

Raw ↑
{
  "id": "item_42",
  "referenceId": "item_603",
  "externalReferenceId": "500123",
  "quantity": 1,
  "price": {
    "currency": {},
    "amount": 100
  },
  "menuSelections": [
    {
      "id": {},
      "referenceId": {},
      "externalReferenceId": {},
      "quantity": {},
      "price": {},
      "menuSelections": {}
    }
  ]
}