At a very high level, the Bbot API is meant to allow you to do the following in your client-side application, utilizing Bbot for your back-end needs.

Build a Menu

Using the Ordering Endpoints, you can gather all of the information to build a menu for your front end. Visit The Menu Building Process for more information.

Take Orders

With a menu in-hand, you can allow guests to add items to their order and build a cart. The cart object will be fundamental to the final step in the process. More information can be found in both The Ordering Process and The Checkout Process .

Checkout

With a cart object created, The Checkout Process can be undertaken using the Bbot back-end with some help from the Stripe API. We will guide you through that in the Checkout Endpoints.