diff --git a/app/code/Magento/CatalogInventory/Model/Indexer/Stock/AbstractAction.php b/app/code/Magento/CatalogInventory/Model/Indexer/Stock/AbstractAction.php index cd4a3b440ab7c..5b44b56f26eb0 100644 --- a/app/code/Magento/CatalogInventory/Model/Indexer/Stock/AbstractAction.php +++ b/app/code/Magento/CatalogInventory/Model/Indexer/Stock/AbstractAction.php @@ -248,7 +248,7 @@ protected function _reindexRows($productIds = []) } } - $this->cacheContext->registerEntities(Product::CACHE_TAG, $productIds); + $this->cacheContext->registerEntities(Product::CACHE_TAG, $processIds); $this->eventManager->dispatch('clean_cache_by_tags', ['object' => $this->cacheContext]); return $this;