Lunchbox · Example Payload

Management Managed Store Summary Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

store_idrest_idrest_namestatussetup_typeaddress1citystate_namestate_codestate_idzip_codetimezone

Example Payload

Raw ↑
{
  "store_id": "123456",
  "rest_id": 1234,
  "rest_name": "Sample",
  "status": "string",
  "setup_type": "string",
  "address1": "1216 Broadway",
  "city": "New York",
  "state_name": "NY",
  "state_code": "NY",
  "state_id": 1234,
  "zip_code": "10001",
  "timezone": "string"
}