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