How i can get products of specific category? For Example If i hits https://www.example.com/index.php/rest/V1/categories/[category_id]/products
it should return all products of same Category [category_id] with all details. But it is returning only sku [ { “sku”: “CN-101”, “position”: 1, “category_id”: “6” }, { “sku”: “AA-102”, “position”: 1, “category_id”: “6” }, { “sku”: “GY-105”, “position”: 1, “category_id”: “6” }, { “sku”: “DR-107W”, “position”: 1, “category_id”: “6” }, { “sku”: “DR-107G”, “position”: 1, “category_id”: “6” } ]
Please Guide me how i’ll get all products with details by category ?