# ➕ Quantity Increments

The **Quantity Increments** module is designed to give store owners full control over how customers purchase products by defining specific quantity steps. Instead of letting buyers enter any number, you can make products purchasable only in fixed multiples — for example, **5, 10, 15**, and so on.

This feature is ideal for **wholesale and B2B businesses**, where products are often sold in cases, packs, or bundles. By using quantity increments, you can ensure all orders align with your packaging standards, simplify inventory management, and create a smoother buying experience for your customers.

## What It Does

* Force purchases in defined multiples (e.g., only 5, 10, 15... never 7 or 12)
* Automatically adjust the quantity selector in increments
* Show validation messages when customers enter invalid quantities
* Apply to specific products, collections, or all products
* Naturally encourage bulk buying and higher order values

***

## Common Use Cases

| Use Case                           | Increment Value |
| ---------------------------------- | --------------- |
| Bottled beverages sold as 6-packs  | 6               |
| Apparel sold in dozen units        | 12              |
| Industrial supplies in boxes of 24 | 24              |
| Minimum case size of 50            | 50              |

***

## Combining with Order Limits

Quantity Increments and Order Limits work together to give you complete purchase control:

* **Order Limits** sets the minimum/maximum
* **Quantity Increments** controls the step size between those limits

**Example:** Minimum 5 units, increments of 10 → valid quantities: 10, 20, 30...

{% content-ref url="/pages/dedOybDPH9xT30wXFdF7" %}
[🧮 Make Your Products Purchasable in Quantity Increments](/b2b-wholesale-solution/order-management/quantity-increments/make-your-products-purchasable-in-quantity-increments.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/quantity-increments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
