Activate products in bulk
-
Are there alternative methods to activate products in bulk besides using the backend? Currently, we're able to activate 50 products at a time, but with over 200k records, we need something faster.
-
You need to customize this. I suggest you use a job that will run in the background, as 200K is a huge amount, and it's not possible to handle in a single page request.