Restaurant Brands International · Example Payload

Channel Identify Response Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

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

Top-level fields

cartcustomerloyaltystoreIdserviceMode

Example Payload

Raw ↑
{
  "cart": {
    "menuSelections": [
      {}
    ]
  },
  "customer": {
    "id": "500123",
    "externalReferenceId": {},
    "name": "Whopper",
    "username": "example",
    "phone": {},
    "email": "guest@example.com"
  },
  "loyalty": {
    "balances": [
      {}
    ],
    "loyaltyId": {},
    "transactionId": {}
  },
  "storeId": "42",
  "serviceMode": "TAKEOUT"
}