Closed
Description
Steps to reproduce
- make a request to "rest/V1/categories/3/products"
Expected result
- All info for each product
When creating a web using the API this forces me to make multiple requests If I want to show products from category x
Actual result
- I get sku, prioity and category_id.. that´s it.
is there some way to get more data for each product like I get if I do "rest/V1//products"?