WP CLI Scripts and WooCommerce

If you manage a WooCommerce store, you’ll like need to bulk update or modify a large number of orders, subscriptions, products or customer records at some point. Writing a WP CLI script can be a quick and easy way to do this.

In this video I show how to export products into a CSV using WP CLI and the command wp eval-file, but the general concepts can be used to loop over any resource you may want to export, modify or delete.

The full completed script can be found on GitHub:
https://gist.github.com/devinsays/f441f28a35cf55d1ca02f7713ee2077b

Here’s another script for updating product prices. If you need help building a script of your own, post it in the comments!

1 Response

Leave a Reply