injected service use to handle the catalog related operations
injected logger used to handle the logging
request context [headers, body, params, query].
body.ids
is required204 Status No Content
This handler is used to delete many product variants by applying the following steps in sequence:
Get the ids from body
Delete the product variants (productVariantService.deleteManyProductVariants)
Return the status
500 NBError Internal Server Error
Generated using TypeDoc
Delete many product variants handler