injected service use to handle the catalog related operations
injected logger used to handle the logging
request context [headers, body, params, query].
201 Status Created
This handler is used to create many products by applying the following steps in sequence:
Get the orgId from params
Create many products (productService.createManyProducts)
Get the created products (productService.getProductsListAndAggregate)
Return the created products
Error
500 NBError Internal Server Error
Generated using TypeDoc
Create many products handler