The WooCommerce Stock Synchronization Plugin allows you to synchronize the stock values of the same products across multiple WooCommerce websites.
Please show support for this plugin if you plan on using it, by buying it from HappyWP: http://www.happywp.com/plugins/woocommerce-stock-synchronization/
- WooCommerce version 2.1.12 or greater
- WordPress version 3.8 or greater
The plugin will do HTTP POST requests to the websites you want to syncrhonize.
http://www.example.com/?wc_stock_sync=1&source=http://www.example.org/&password=secret
Type: boolean
Default: 1
Type: source
Default: siteurl( '/' )
Type: password
Type: JSON
Example:
{
"SKU1": 1,
"SKU2": 2,
"SKU3": 4
}
http://www.happywp.com/manuals/woocommerce-stock-synchronization/