> For the complete documentation index, see [llms.txt](https://help.mimeeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mimeeq.com/pricing-and-codes/price-codes-and-promotions/moq-and-ioc.md).

# MOQ & IOC

"Enhance ordering with Mimeeq's MOQ and IOC settings: Customize minimum and incremental order quantities for efficient, tailored purchasing solutions."

## Introduction

In the Mimeeq configurator, we provide two essential settings to control the quantities that end customers can order: Minimum Order Quantity (MOQ) and Incremental Order Quantity (IOC).

### MOQ (Minimum Order Quantity)

The MOQ setting allows your customers to define the minimum quantity that their end customers must order. For example, an MOQ of 10 means the end customer is required to purchase at least 10 units of a product.

### IOC (Incremental Order Quantity)

The IOC setting is used to specify the quantity increments for orders beyond the MOQ. For instance, setting an IOC of 2 means that after meeting the MOQ, the end customer can increase their order in multiples of 2.

{% hint style="warning" %}
We do not currently allow for the MOQ to be controlled by rules but we do plan to add that in the future
{% endhint %}

### Practical Examples

1. **Multiples of 4**: To enable orders in multiples of 4, set both the MOQ and IOC to 4. This configuration means that end customers can order quantities like 4, 8, 12, 16, and so on.
2. **Initial Order of 20, Then in Packs of 2**: If you wish for the initial order to be 20 units, followed by increments of 2, set the MOQ to 20 and the IOC to 2. This allows orders of 20, 22, 24, 26, etc.

Below is an image demonstrating the MOQ and IOC settings in the Mimeeq configurator:

![MOQ and IOC Settings](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FVPGUHQbNvUbl5jrHoraa%2Fmoq-ioc_3urzs0.jpg?alt=media)

You will find this settings in the product admin settings, under the tab Pricing and Codes


---

# 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, and the optional `goal` query parameter:

```
GET https://help.mimeeq.com/pricing-and-codes/price-codes-and-promotions/moq-and-ioc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
