Minimum Quantity Groups
Minimum Quantity groups allow for the quantity of multiple products to be combined to meet the minimum quantity threshold.
Minimum Quantity Groups will allow each individual product to use the combination of other products within a Group to satisfy its own Minimum Sale Quantity.
For Example, ABC-123 and ABC-456 each has a Minimum Quantity Allowed in Shopping Cart of 60. Because they both belong to the "Tableware" Minimum Quantity Group, then the minimum order quantity can be satisfied when the quantity of both products adds up to 60 in the cart.
Importing Minimum Quantity Groups
You can import a CSV with three columns: sku, min_sale_qty and min_qty_group
sku | min_sale_qty | min_qty-group |
---|---|---|
ABC-123 | 60 | Tableware |
ABC-456 | 60 | Tableware |
DEF-123 | 60 | Tableware |
DEF-456 | 60 | Tableware |
Updated 11 months ago