Get Business Products

This API endpoint is used to obtain all products of a category for a specific business.

Using Ordering SDK


const response = await ordering.businesses(businessId).categories(categoryId).products().get();
Language
Click Try It! to start a request and see the response here!