> 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/getting-started/readme.md).

# Welcome

Welcome to the Orbit Wholesale B2B documentation. This guide helps you set up wholesale pricing, manage B2B customers, and get the most out of every feature.

***

## What can this app do for you?

| Feature                     | What it does                                                                                                      |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| **Wholesale Pricing**       | Set special prices for specific customer groups, tags, or markets                                                 |
| **Volume Pricing**          | Reward customers who buy more with automatic quantity-break discounts                                             |
| **B2B Prices (app embed)**  | Show B2B-aware prices everywhere on the storefront — PDP, sticky bar, and product cards — with one toggle         |
| **Variant Drawer**          | Let B2B buyers select quantities for every variant in a slide-out drawer — order multiple sizes/colors at once    |
| **Quotes (RFQ)**            | Buyers request a quote, your team replies with custom prices, accepted quotes become Shopify draft orders         |
| **B2B Customer Portal**     | Self-service portal where buyers see orders, one-click reorder, view quotes, edit their profile, and pay invoices |
| **Customer Groups**         | Organize B2B buyers into tiers (e.g. Bronze, Silver, Gold)                                                        |
| **Companies**               | Group B2B buyers under a business account with shared pricing tier and invite links                               |
| **Registration Form**       | Let B2B buyers apply for a wholesale account directly on your store                                               |
| **Email Notifications**     | Automatically send branded emails for registrations, quotes, and reorder reminders                                |
| **Storefront Translations** | Translate pricing labels and forms into any language your store supports                                          |

***

## Plans (Now Free plan available full all feature)

|                                  | Free    | Advance            |
| -------------------------------- | ------- | ------------------ |
| Wholesale pricing rules          | Up to 2 | Unlimited          |
| Volume pricing rules             | Up to 2 | Unlimited          |
| Variant Drawer rules             | Up to 2 | Unlimited          |
| Customer groups                  | —       | Unlimited          |
| Companies (B2B organizations)    | —       | ✓                  |
| Quotes (RFQ)                     | —       | ✓                  |
| B2B Customer Portal              | —       | ✓                  |
| Per-country / per-market pricing | —       | ✓                  |
| Storefront translations          | —       | ✓                  |
| Custom email templates           | —       | ✓                  |
| Support                          | Email   | Priority live chat |

***

## Need help?

* **Email:** <orbitboostio@gmail.com>
* **Live chat:** available inside the app dashboard


---

# 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/getting-started/readme.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.
