Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active June 13, 2018 08:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/d642b576b29a01cf741eaae0108960e6 to your computer and use it in GitHub Desktop.
Save lukecav/d642b576b29a01cf741eaae0108960e6 to your computer and use it in GitHub Desktop.
Export orders and products from WooCommerce using WP-CLI
wp export --dir=/wp-content/backup/ --post_type=shop_order --start_date=2018-05-03 --end_date=2018-05-24
wp export --dir=/wp-content/backup/ --post_type=product --start_date=2018-05-03 --end_date=2018-05-24
wp import demosite.wordpress.2018-05-24.xml --path=/wp-content/backup/