(i'm new to Commerce but not CMS)
I'm trying out the content delivery API with Epi Commerce, and can get products via friendly URLs, and also a root catalog, but I wonder if it's possible to do something like:
GET http://localhost:12345/en/productcatalog/product/children
What is the recommended way of getting all products of a type for use on product listings? Should I just use Find together with Content Delivery API?
I'm interested in how I get this data as json from the API, _not_ rendered via a controller.