
This is a guest post by Misha Rudrastyh of rudrastyh.com. If you like the content, make sure to thank him in the comments!
In this article, I’d like to talk about syncing products and orders between different standalone WooCommerce stores. More specifically, I am going to uncover the following topics:
- What WordPress/WooCommerce hooks do we need to use to trigger the sync?
- How to create the WooCommerce REST API requests inside the callback functions for the above-mentioned hooks.
- How to do it without coding at all, just using a plugin.
Of course, for products, we are going to sync all the product information, like gallery images, attributes, variations, etc. For orders: billing, shipping addresses, custom metadata, customers, etc. But we will come back to this moment a little bit later as well.
Continue reading WooCommerce: How to Configure Product and Order Sync