...
Configure a restaurant is the first step to allow customer interact with products and perform actions such as searching a restaurant nearby, adding products to their cart and place orders.
Sanity has all restaurant info displayed in our FE under Order Level Content > Restaurants > Restaurant (screenshot).
The restaurant doc is mostly populated with information from the Master Data Management (MDM) system via a sync process that runs every 15min.
Our platform displays to guests all stores in Sanity with status = ‘Open’.
Adding a new restaurant
Updating restaurant information
...