itemResource = $itemResource; } /** * {@inheritdoc} */ public function execute(\Magento\Catalog\Api\Data\ProductInterface $product) { $this->itemResource->getConnection()->delete( $this->itemResource->getMainTable(), 'product_id = ' . $product->getId() ); } }