> 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/faqs/pricing-plans-and-revenue-tracking.md).

# Pricing Plans & Revenue Tracking

Each of our pricing plans includes a revenue limit. This page explains how the app calculates that revenue, and what happens as your store approaches or reaches the limit.

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

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

## How does the app calculate revenue?

The app only counts revenue generated **through app-powered features**. Revenue from orders that don't use the app's functionality isn't included.

### Online Store orders

For orders placed on your online store, the app counts revenue from:

* Products with Wholesale Pricing applied
* Products with Volume Pricing applied
* Extra Fee products
* Custom Shipping Rates
* Products purchased via Quick Order Form, Collection Quick Buy, or Variant Table

Only the portion of the order that uses these app features counts toward your revenue.

### Payment Terms & Invoice Payment draft orders

For draft orders created through **Payment Terms** or **Invoice Payment**:

* Revenue is **not** counted when the draft order is created.
* Revenue is counted **only after** the draft order is paid and converted into a Shopify order.
* The counted revenue is the **total order value**, including any custom shipping rates applied.

### POS orders

For orders created through Shopify POS, the app counts revenue from:

* Products with Wholesale Pricing applied
* Products with Volume Pricing applied
* Extra Fee products

### Manual draft orders

For orders created via the **Manual Draft Order** feature, the app counts revenue from:

* Products with Wholesale Pricing applied
* Products with Volume Pricing applied
* Extra Fee products

## Frequently asked questions

<details>

<summary>What happens when my store approaches the revenue limit?</summary>

The app automatically emails you as your store approaches the limit — at 60%, 80%, 90%, and 100% of the limit. These notifications give you time to upgrade before any feature restrictions apply.

</details>

<details>

<summary>What happens when I reach 100% of the revenue limit?</summary>

If you reach 100% of your revenue limit without upgrading, the app gives you a **3-day grace period**. During this time, all features keep working normally, and the app keeps sending reminder emails — so you have time to review and upgrade without immediate interruption.

</details>

<details>

<summary>What happens after the 3-day grace period ends?</summary>

If you haven't upgraded by then, these features are temporarily locked until you do: Wholesale Pricing, Volume Pricing, Shipping Rates, Extra Fees, Quick Order Form, Manual Draft Orders, and POS Integration. All other app settings and data stay intact.

</details>

{% hint style="info" %}

* Upgrading your plan immediately restores access to any restricted features.
* No app data or configuration is ever deleted when a revenue limit is reached.
* The app only tracks revenue generated through the supported app features listed above.
  {% 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/faqs/pricing-plans-and-revenue-tracking.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.
