GET
/categories/{categoryId}/products
Get Category Products
Retrieve all products within a specific category.
Path Parameters
See schema: CategoryIdPathParam
Query Parameters
See schema: PaginationParams
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Products in category | Product |
| 404 | Category not found | ErrorResponse |