Get Business Menus

This API endpoint is used to obtain business catalogs, this request does not have any requirement.

Using Ordering SDK

// get as customer
const response = await ordering.businesses(businessId).menus().get();
// Mode dashboard
const response = await ordering.businesses(businessId).menus().asDashboard().get();
Language
Click Try It! to start a request and see the response here!