> 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/shopify-pos-integration/some-important-notes.md).

# Some important notes

Sami Wholesale now works in POS, but keep these points in mind about how the integration behaves.

## Supported features: Wholesale, Volume, Payment Terms, Extra Fees

Of all the app's B2B features, only these 4 currently work in POS: **Wholesale pricing**, **Volume pricing**, **Payment terms**, and **Extra fee**. **Order limit** and **Shipping rate** aren't supported in POS yet.

* **Wholesale pricing** — see [Create a wholesale order on POS](/samita-wholesale-b2b/shopify-pos-integration/create-a-wholesale-order-on-pos.md).
* **Volume pricing** — customers can change a cart item's quantity (or add properties) to reach a price break.

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

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

* **Extra fee** — applied as a custom line item alongside the discounted price.

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

* **Payment term** — a **Pay later** button shows up on the cart page.

<figure><img src="/files/0ooa70LV2AMfKNugDM5s" alt=""><figcaption></figcaption></figure>

Clicking it shows a notification that a draft order was created. You can then clear the cart.

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

## Other things to know

* You still configure everything in the Sami Wholesale app from Shopify admin — POS only pulls that data and applies it.
* If your current plan doesn't include POS integration (available on the **Gold plan**), adding the app tile shows: *"You need to upgrade your plan to use this feature."*

If your plan does include it, you'll instead see: *"Wholesale B2B pricing, volume discount, quantity break."*

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


---

# 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/shopify-pos-integration/some-important-notes.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.
