Hook actionProductAdd

Informations

Product creation This hook is displayed after a product is created
Hook actionProductAdd
Locations
FO
Type action
Origin core
Aliases [addproduct]

Located in

Origin File
core src/Adapter/Product/ProductDuplicator.php

Call of the Hook in the origin file

dispatchWithParameters(
            'actionProductAdd',
            ['id_product_old' => $oldProductId, 'id_product' => $newProductId, 'product' => $newProduct]
        )