Title: Webis Variation Shared Inventory for WooCommerce
Author: Web Industrial Solutions
Published: <strong>August 27, 2026</strong>
Last modified: August 27, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/webis-variation-shared-inventory-for-
woocommerce.svg)

# Webis Variation Shared Inventory for WooCommerce

 By [Web Industrial Solutions](https://profiles.wordpress.org/dev721722908/)

[Download](https://downloads.wordpress.org/plugin/webis-variation-shared-inventory-for-woocommerce.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/webis-variation-shared-inventory-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/webis-variation-shared-inventory-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/webis-variation-shared-inventory-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/webis-variation-shared-inventory-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/webis-variation-shared-inventory-for-woocommerce/)

## Description

Variation Shared Inventory for WooCommerce allows store owners to collectively manage
their product’s stock when selling the same product in various quantities. Sell 
your items in groups of any amount, and track those groups in the total inventory.

This innovation allows store owners to track their total inventory, even when items
are sold in multiple bulk quantity variations, and easily integrate the bulk sale
of products.

Requires WooCommerce 8.0.0 or higher.

#### Most important features

Variation shared inventory has easy-to-use methods to allow you to manage inventory
for sharing stock among variations. Using it will save you tons of time on managing
individual stock values and provide a better shopping experience for your customers
which can lead to higher sales. Here’s a list of features:

 * **Variation quantity multiplier** – Each variation has its own “Inventory reduction
   per item sold”
 * **Managed variation stock** – Once the variation is sharing with other variations,
   its quantity is disabled for better control and to prevent human error
 * **Managed stock values** – Automatically updates stock values for products & 
   variations based on the total available stock
 * **Dedicated stock manager** – Dedicated tab on product edit page for stock management
 * **Overselling prevention** – Cart validation that prevents products from being
   sold if they exceed the total inventory
 * **Automatic stock restoration** – Stock is automatically restored when an order
   is cancelled or refunded
 * **Variation Shared Stock column** – Quick visibility of shared stock groups on
   the Products list page
 * **HPOS compatible** – Works with WooCommerce High-Performance Order Storage

#### Why Did We Develop This Plugin?

As a store owner ourselves, we found it very difficult to track inventory when selling
different quantities of products. We searched for existing solutions on the market
but couldn’t find one that solved the issue in a simple and straightforward way,
hence we have developed this plugin ourselves to solve this bulk quantity issue 
and we hope it can solve yours as well.

#### How Do I Set It Up?

Once this plugin is enabled, in the product data section of the product edit page,
there will be a new tab called “Shared Variation Inventory” where you can enable
the “Shared Variation Inventory” option for this product. Once you’ve enabled it,
in the “Quantity Manager” section, you can group the variations that you want to
share inventory for, enter the total stock of this group, and give the group a label.
You can create as many groups as you need (e.g. Variations A & B are different quantities
of Peach Candy and Variations C & D are different quantities Apple Candy).

The steps:

 1. Enable the plugin
 2. Go to the product edit page, find the tab “Shared Variation Inventory”, enable 
    the “Shared Variation Inventory” option
 3. For all variations you’d like to share inventory for, fill in the “Inventory reduction
    per item sold” field and turn on the “Manage stock?” option
 4. On the quantity manager section, select the variations you want to group, enter
    the total quantity and if you’d like a group name as well
 5. You’re all set.

#### What Does This Plugin Do?

This plugin allows you to share the total stock (e.g. 100 units) of a product internally
among its variations (e.g. variation A sells by single units, variation B sells 
in groups of 10 units), and control the total product stock in a centralized section.

#### For Example

Say you have 100 bags of candy for sale, and you want to sell the candy as singles
as well as in bulk amounts of 10, you can set it up so that variation A sells by
1 bag and variation B sells by 10 bags (1 box).

**Without our plugin:**

You would need to split your 100 units and manually allocate and manage stock for
the two variations. The problem with this setup is that the variations might sell
at different speeds resulting in one of the variations showing up as out of stock
while there is still stock left.

**With our plugin:**

You can simply put down 100 as the total stock. On your storefront, the product 
page would show that there are 100 units available for variation A and 10 units 
available for variation B. Then, if 50 units of variation A are sold, your total
product stock becomes 50, which updates the stock of variation A to 50 and the stock
of variation B to 5.

Our Variation Shared Inventory for WooCommerce plugin also prevents your products
from being oversold. In the above example where the total product stock is 100, 
your customer can’t checkout with 51 units of variation A and 5 units of variation
B as it would total to more than 100 total units.

#### What You Can Do With It

The plugin automatically synchronizes the inventory for variations that share the
same total stock, effectively managing your stock for you. When you manually change
the total stock of a product, it will automatically update stock quantity of each
variation in that group as well.

Here are a few examples of what you can do with it:

 1. Selling products in bulk at a discount, e.g. 1 chocolate bar for $2, 10 chocolate
    bars for $15.
 2. Selling white label products, e.g. 100 customizable t-shirts, set up as variations
    for solid white, solid black, or graphic t-shirt.
 3. Selling weight based products, e.g. 10kg of premium coffee beans, set up with variations
    for 100g, 250g, 500g, etc.

#### Solutions for Selling Products In Bulk

If you want to sell products in different quantities (e.g. in single or in bulk),
there are a few ways of doing it:

 1. **Setup one variation per quantity you want to sell.** Pros: It is easier for customer
    to browse as well as for you to manage. Cons: N/A. Conclusion: We recommend this
    solution.
 2. **Setup one product per quantity.** Pros: On the product list page (e.g. shop page
    or category landing page), the customer can see all available options right away.
    Cons: Most customers are interested in your product first and pricing/quantity 
    options after. Conclusion: We do not recommend this option (unless you have unique
    business requirements).

#### Different Approaches to Bulk Selling and Why We Chose the Method We Did

There are a few different approaches for sharing stock among products or variations:

 1. **A centralized stock page for all sharing products & variations.** There are plugins
    that provide a dedicated page for all the products & variations that are sharing
    stock, but the problem is that it is overly complicated. When a store manager would
    like to make changes to a product, they would normally go to product edit page 
    to make their changes. By adding another dashboard that they have to use to make
    changes, the process becomes very inefficient and inconvenient.
 2. **Using a common product attribute to share stock between products.** This solution
    sounds good at first, but when you have a large catalog (e.g. 100+ products), attributes
    often need to be reused, which this method does not support.
 3. **Using a variable product to manage shared stock.** This is our solution, and 
    we believe that compared to the other shared stock solutions out there, it is the
    easiest solution to setup & manage by far.

#### It Works Well With

 * [Product Batch & Expiration Tracking for WooCommerce](https://woocommerce.com/products/product-batch-expiration-tracking-for-woocommerce/)—
   Track batches and expiration dates alongside your shared inventory.

#### Want more?

The [Pro version](https://woocommerce.com/products/variation-shared-inventory-for-woocommerce/)
unlocks additional capabilities:

 * **Cross-product inventory sharing** – Link the same group across different products
 * **Dedicated Dashboard** – Bulk edit shared stock across all groups at a glance,
   with CSV export
 * **Low stock highlighting** – Automatically flag groups at or below your threshold
 * **Shop Manager access** – Shop Managers can manage the Shared Inventory Dashboard
   without needing Administrator privileges
 * **Mobile App & REST API sync** – Stock adjustments made via the WooCommerce mobile
   app or REST API are automatically synced to the shared inventory group
 * **Quick Edit support** – Update shared inventory directly from the product list

### Development

assets/js/admin-product.min.js is compiled from assets/js/admin-product.js using
Terser.

## Installation

 1. Upload the plugin to /wp-content/plugins/
 2. Activate through the Plugins menu
 3. Requires WooCommerce 8.0.0 or higher
 4. Go to any variable product and open the “Shared Variation Inventory” tab to get
    started

## FAQ

### I sell a product in multiple sizes and colors, but they all come from the same physical stock. Can I manage them with a single inventory number?

Yes. Create a shared inventory group, add all the size/color variations to it, and
set the quantity once. All grouped variations draw from the same stock pool — no
need to split or duplicate inventory numbers across variations.

### What happens if two customers try to buy the same variation at the same time? Will my store oversell?

No. The plugin enforces cart validation at checkout: before the order goes through,
it checks the shared available quantity. If the combined cart quantity exceeds what
is in stock, the purchase is blocked and the customer is notified.

### A customer cancelled their order. Will the shared stock be automatically restored?

Yes. The plugin automatically adds the stock back to the shared inventory group 
when an order is cancelled or refunded — no manual adjustment needed.

### Does this work with WooCommerce High-Performance Order Storage (HPOS)?

Yes, the plugin is fully compatible with HPOS.

### How do I set up a shared inventory group?

Go to any variable product  open the “Shared Variation Inventory” tab  click “Add
group”  select the variations to share stock  enter a quantity  click “Save group(
s)”. Make sure each variation has “Manage stock” enabled at the variation level.

### Can I use this alongside the Pro version?

No. Only one version (Free or Pro) should be active at a time. Activating both simultaneously
will cause a conflict.

### Will my existing inventory groups be lost if I switch between versions?

No. Inventory group data is stored in WordPress post meta and is shared between 
the Free and Pro versions. Your groups remain intact when switching.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Webis Variation Shared Inventory for WooCommerce” is open source software. The 
following people have contributed to this plugin.

Contributors

 *   [ Web Industrial Solutions ](https://profiles.wordpress.org/dev721722908/)

[Translate “Webis Variation Shared Inventory for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/webis-variation-shared-inventory-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/webis-variation-shared-inventory-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/webis-variation-shared-inventory-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/webis-variation-shared-inventory-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/webis-variation-shared-inventory-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.0.0**
 *  Last updated **5 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.3 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.2 or higher **
 * Tags
 * [inventory](https://wordpress.org/plugins/tags/inventory/)[shared stock](https://wordpress.org/plugins/tags/shared-stock/)
   [stock](https://wordpress.org/plugins/tags/stock/)[variations](https://wordpress.org/plugins/tags/variations/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/webis-variation-shared-inventory-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/webis-variation-shared-inventory-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/webis-variation-shared-inventory-for-woocommerce/reviews/)

## Contributors

 *   [ Web Industrial Solutions ](https://profiles.wordpress.org/dev721722908/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/webis-variation-shared-inventory-for-woocommerce/)