Good Day.
I'm working with the prestashop web service.
I can now list products by category using this url:
/api/products/?display=full&filter[id_category_default]=[14]
but this only filters by the parent category and I need to filter by subcategories.
I have reviewed the documentation but I can not find the form, or I will have to do the filtering from code to get the products by subcategory?
Greetings