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 product variants by applying the following steps in sequence:
Get the product variants ids from body
Update the product variants (productVariantService.updateProductVariants)
Return the status ok
500 NBError Internal Server Error
Generated using TypeDoc
Update many product variants handler