mayankdolphin / magento2-module-specificproductindexing
Reindexing Specific Products
Package info
github.com/mayankdolphin/Specific-Product-Indexing
Type:magento2-module
pkg:composer/mayankdolphin/magento2-module-specificproductindexing
Requires
- php: >=7.3
This package is auto-updated.
Last update: 2026-04-07 12:48:10 UTC
README
If you want to install this extension using composer then make sure your composer version is Composer 2.0
composer require mayankdolphin/magento2-module-specificproductindexing
bin/magento module:enable Dolphin_SpecificProductIndexing
How to use this Module?
We've created a new command indexer:reindex:specific with 2 options --id and --sku.
You can use that commad like below examples.
Reindex single product by ID/SKU
php bin/magento indexer:reindex:specific --id=1
php bin/magento indexer:reindex:specific --sku=24-MB01
Reindex multiple products by IDs/SKU
php bin/magento indexer:reindex:specific --id=1,2
php bin/magento indexer:reindex:specific --sku=24-MB01,24-MB04
You need to add IDs/SKU by , seprate if you want to reindex multiple products.
This extension is not responsible for any damage. So, you can apply this at your own risk.