injected service use to handle the category related operations
injected logger used to handle the logging
request context [headers, body, params, query].
query.categoryIds
is required200 Status Ok
This handler is used to get a category product count by applying the following steps in sequence:
Get the categoryIds from params
Get the category (productStatisticsService.getCategoryProductCount)
Return the categoryCountResult
404 NBError Not Found
Generated using TypeDoc
Get category product count handler