Page 1 of 1

Need a new method in CatalogEndpoint: findAllProductsForCategory

Posted: Tue Jun 14, 2016 10:45 pm
by ldriver
I have REST API working, but I need a way to return all products within a certain category. Right now I'm using findSearchResultsByCategoryAndQuery by passing the category id and using a very generic query to get almost all the products in the category. What I really need is a method called findAllProductsForCategory which returns all products in the category.

I'm new to Broadleaf and REST API, can someone please guide me through how to extend CatalogEndpoint to get the functionality I need.