
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 post, we will discuss different ways of syncing product stock levels between multiple WooCommerce stores, more specifically, we will take a look at the following topics:
- What is a multisite installation of WooCommerce stores, and what is the difference between syncing products across stores within a single multisite network and standalone stores?
- Is there any difference between when we do the sync after updating a product via the WooCommerce admin dashboard and when an order is created by a customer?
- Some caveats when working with orders which can contain lots of products.
- What do we need to do to run the bulk stock synchronization for all products on a WooCommerce store?
If you’re interested in syncing more product data, not just the stock information, you can take a look at this article.
This tutorial is mostly about using Inventory Sync for WooCommerce plugin, however, if you’re a developer, you will also find some hook and performance recommendations here.
Continue reading WooCommerce: Synchronizing Product Stock Between Stores