Inventory Sync for WooCommerce

外掛說明

Inventory Sync for WooCommerce allows to sync the stock of the products with the same SKUs between two WooCommerce stores.

Features

✅ Allows to sync not only Stock quantity, but also Stock Status and Stock Management checkbox value.
✅ Product variations are supported (must have the same SKU as well).
✅ Instantly syncs stock changes when a product is purchased or edited via WordPress or an order is refunded or cancelled.
✅ Two-directional product stock sync is supported.
✅ Works with both regular WordPress sites and Multisite networks.

Pro features

An unlimited number of WooCommerce stores is supported.
✅ Allows you to exclude specific products (or only variations within specific products) from the sync.
✅ SKU or Slug product connection type (can be helpful when not every product on your store has an SKU, or when they have duplicated SKUs).
✅ Asynchronous syncing (significant performance boost when an order with a lot of products is placed).
✅ REST API requests are packed and sent in batches with the PHP Requests library, which gives another performance boost in every scenario; here is the benchmark.

🚀 Upgrade to Pro

螢幕擷圖

  • Inventory sync happens automatically; you just need to provide the REST API authentication data for standalone stores (or simply select a sub-store for WordPress Multisite). In the plugin settings, you can also choose the connection type and sync method (instant or in the background).
  • Stock status, Stock management and Quantity are the fields that will be synced.

安裝方式

Automatic Install

  1. Log into your WordPress dashboard and go to Plugins → Add New
  2. Search for “Inventory Sync for WooCommerce”
  3. Click “Install Now” under the “Inventory Sync for WooCommerce” plugin
  4. Click “Activate Now”

Manual Install

  1. Download the plugin from the download button on this page
  2. Unzip the file, and upload the resulting inventory-sync-for-woocommerce folder to your /wp-content/plugins directory
  3. Log into your WordPress dashboard and go to Plugins
  4. Click “Activate” under the “Inventory Sync for WooCommerce” plugin

常見問題集

Does it work on localhost?

Yes. The inventory sync is going to work great between localhost websites or from the localhost to a remote site. In that case, you would either need to use application passwords instead of WooCommerce REST API credentials or simply move to the PRO version of the plugin. Do not forget though that in order to create an application password on the localhost you need to set WP_ENVIRONMENT_TYPE to local in your wp-config.php file.

Does it support two-directional inventory sync?

Yes. But in this case you need to install the plugin on both sites and add each one in the plugin settings.

Can this plugin sync other product information?

This lite version of the plugin can only sync Stock quantity, Stock Status and Stock Management checkbox. In the pro version of the plugin you can also include some other basic product information like prices with a hook (you can find it in the documentation).

However, if you’d like to sync all WooCommerce product information (product images, variations, and so on), take a look at my other plugins which are developed specifically for that purpose:

使用者評論

2026 年 3 月 9 日 1 則留言
I’ve implemented Inventory Sync for WooCommerce by Misha on our wholesale and brand retail sites and very happy with the results. Misha has also done some custom development and consultation for us and he’s been great to work with. I HIGHLY recommend the Inventory Sync plugin and support & development provided by Misha!
2025 年 11 月 13 日
This is a very useful plugin for merchants having multiple websites that sell from a centrally managed stock ( synchronized ) . It is lightweight, has a pretty focused task, and does it very well! The settings of the plugin are also added at the relevant place within WooCommerce Settings > Inventory > Inventory sync, without cluttering the rest of the admin menu or the screen.
2025 年 3 月 18 日
Instantly syncs stock across stores, including variations. Supports two-way sync, refunds, and exclusions. A must-have for seamless inventory management! Highly recommended!
閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Inventory Sync for WooCommerce〉的開發相關工作。

參與者

將〈Inventory Sync for WooCommerce〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0.2

  • Fixed: A critical error that may appear in some rare cases during the plugin activation
  • UI improvements

2.0.1

  • Bug fixes

2.0

  • Added: The free version now allows you to sync inventory between subsites within a WordPress Multisite network
  • UI improvements (the latest UI changes made in the PRO version of the plugin are now available in the free version)

1.3

  • The plugin now uses Consumer key and Consumer secret instead of WordPress application passwords

1.2.1

  • Minor UI improvements

1.2

  • Added support for cancelled and refunded orders

1.1

  • Bug fixes

1.0

  • Initial release