> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/add-on-features/set-up-stock-status-for-products.md).

# Quick Buy Feature

Stock Level shows customers a different stock message depending on how much inventory is left, using thresholds you define. This builds urgency and transparency, and encourages faster purchase decisions.

## Steps to manage

{% stepper %}
{% step %}

### Open Stock Level

Open the app, go to **Add-on Features**, then click **Stock level > Setup stock level**.
{% endstep %}

{% step %}

### Set your stock thresholds

There are two parts to this feature: **Stock Display Configuration** and **Status Messages and Colors**.

In **Stock Display Configuration**, set up 3 thresholds — the app automatically shows the right message based on current inventory:

<figure><img src="/files/tBWLSgfkJVz5sTC3t5fu" alt=""><figcaption></figcaption></figure>

* **Max Display Level** — above this number, customers see a general message like "100+ Available." Between this and the Low Stock Threshold, they see the exact quantity, like "36 in stock."
* **Low Stock Threshold** — at or below this number, customers see a low-stock warning like "Low stock."
* **Last Stock Threshold** — at this critical level, customers see an urgent message like "Last items!"
  {% endstep %}

{% step %}

### Style and translate the messages

In **Status Messages and Colors**, customize the **Display Text** (using the `{{stock}}` variable to show the inventory quantity), font size, and font weight for each stock status.

This also supports multiple languages. Click the language dropdown in the top-right of **Stock Display Configuration**, choose a language, and set up its translation.

{% hint style="info" %}
The app pulls available languages directly from your Shopify admin — any language configured there is available here too.
{% endhint %}
{% endstep %}

{% step %}

### Save

Click **Save**, then check the result on your storefront.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Stock Level only works if you also enable the Collection Quick Buy feature. See [Enable Quick Buy feature in Product card](/samita-wholesale-b2b/add-on-features/set-up-stock-status-for-products/enable-quick-buy-feature-in-product-card.md).
{% endhint %}


---

# 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://docs.samita.io/samita-wholesale-b2b/add-on-features/set-up-stock-status-for-products.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.
