> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/settings/billing.md).

# Billing & plan

## Plans

|                                                            | Free | Essential | Advanced | Platinum  |
| ---------------------------------------------------------- | ---- | --------- | -------- | --------- |
| Price / month                                              | $0   | $10       | $30      | $80       |
| Wholesale pricing rules                                    | 1    | 3         | 20       | Unlimited |
| Volume pricing rules                                       | 1    | 3         | 20       | Unlimited |
| Customer groups                                            | 1    | 2         | 20       | Unlimited |
| Companies (multi-contact B2B)                              | —    | 5         | 50       | Unlimited |
| Quick Order forms                                          | —    | 1         | 3        | Unlimited |
| Customer & product eligibility (tags, groups, collections) | —    | ✓         | ✓        | ✓         |
| Amount-based volume tiers                                  | —    | ✓         | ✓        | ✓         |
| Scheduled rules (active dates)                             | —    | ✓         | ✓        | ✓         |
| Per-country / per-market pricing                           | —    | —         | ✓        | ✓         |
| Variant-level pricing                                      | —    | —         | ✓        | ✓         |
| **Minimum order quantity (MOQ)**                           | —    | —         | ✓        | ✓         |
| **Minimum order value (MOV)**                              | —    | —         | ✓        | ✓         |
| Mix variant / mix product discounts                        | —    | —         | ✓        | ✓         |
| Variant Drawer                                             | —    | —         | ✓        | ✓         |
| Storefront table templates                                 | 2    | 5         | 9        | 9         |
| Analytics                                                  | ✓    | ✓         | ✓        | ✓         |

The full row-by-row comparison lives in the app under **Plans**.

***

## Free trial

**7 days, once per store.** The trial is an entitlement of the install, not of a plan — trialling Essential and then Advanced does not earn a second free week. Once any trial has been taken, later plan changes start billing immediately.

You are not charged during the trial, and cancelling before it ends costs nothing.

***

## Upgrade

1. Go to **Plans** (or click the **Upgrade** banner on the Dashboard)
2. Choose a plan and click **Upgrade**
3. Shopify's billing approval page opens — approve the subscription
4. It is billed through your Shopify account, on your Shopify invoice

***

## Downgrade or cancel

1. Go to **Plans**
2. Pick a lower plan, or **Cancel subscription**
3. Your store moves to the Free plan at the end of the current billing cycle

**What happens to work that exceeds the new plan:**

|                                                                   | What happens                                                                                                                                                                                                                             |
| ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Rules over the quota**                                          | Kept, but switched off. The quota caps how many rules are *active*, so re-activating one from the list is refused while you are at the limit — a plan that allows 1 active volume rule allows exactly 1, however the rule is switched on |
| **Features inside a rule** (market targeting, variant pricing, …) | The rule stops running while the plan cannot support it                                                                                                                                                                                  |
| **Order minimums** (MOQ / MOV)                                    | Only the *enforcement* stops — the setting stays saved, and the rule keeps discounting. Blocking checkout is the paid part; taking away the discount too would punish one downgrade twice                                                |

Nothing is deleted. Upgrading again restores everything without re-entering it.

***

## Related guides

* [Require a minimum order (MOV / MOQ)](/orbit-b2b-docs/volume-pricing/minimum-order.md)


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/settings/billing.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.
