injected service use to handle the catalog related operations
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status Ok
This handler is used to update many products by applying the following steps in sequence:
Get the ids from body
Update the products (productService.bulkWriteProducts)
Return the status
Generated using TypeDoc
Update many products handler