Lunchbox · Example Payload

Core Store Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Core Store Example is an example object payload from Lunchbox, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

store_idrest_idrest_nameaddress1citystate_codezip_codetimezonelatitudelongitudeenable_loyalty

Example Payload

Raw ↑
{
  "store_id": "123456",
  "rest_id": 1234,
  "rest_name": "Sample",
  "address1": "1216 Broadway",
  "city": "New York",
  "state_code": "NY",
  "zip_code": "10001",
  "timezone": "string",
  "latitude": 40.74661,
  "longitude": -73.98833,
  "enable_loyalty": true
}