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

# Getting Started

Samita Wholesale Pricing is a Shopify app that helps you sell to business customers: set special prices for wholesale buyers, offer quantity discounts, collect wholesale sign-ups, and speed up bulk ordering — without needing a developer.

## What this app can do

{% hint style="info" %}
Every feature below is a separate area in the app's left-hand navigation, so you can turn on only what your store needs.
{% endhint %}

### 💸 Wholesale Pricing

Show different prices to different customer groups — for example, customers tagged **"wholesaler"** or **"reseller"** see a special price the moment they log in. See [Create a wholesale pricing](/samita-wholesale-b2b/wholesale-pricing/create-a-wholesale-pricing.md).

### 💵 Volume Pricing

Reward customers for buying more by discounting price automatically as quantity goes up, for example:

* Buy 10–19 units → 10% off
* Buy 20+ units → 20% off

See [Create a volume pricing based on product quantity](/samita-wholesale-b2b/volume-pricing/create-a-volume-pricing-based-on-product-quantity.md).

### 📝 Registration Form

Let new wholesale customers apply through a form you fully customize, then approve or reject applications yourself — or set rules to approve them automatically. See [Create and customize the Registration Form](/samita-wholesale-b2b/registration-form/create-and-customize-the-registration-form.md).

### ⚡ Quick Order Form

Give B2B buyers a compact, spreadsheet-style table to order many variants at once, instead of clicking through product pages one by one. See [Create a Quick order form](/samita-wholesale-b2b/quick-order-form/create-a-quick-order-form.md).

### 🧩 Add-on Features

Fine-tune the buying experience with order limits, extra fees, custom shipping rates, tax exemption, tax display, and flexible payment terms (like Net 30) for invoiced orders. See [Create an order limit](/samita-wholesale-b2b/add-on-features/create-an-order-limit.md) to start.

## Quick start guide

{% stepper %}
{% step %}

### Install the app

[Install Samita Wholesale Pricing from the Shopify App Store](https://apps.shopify.com/wholesale-sami), then open it from your Shopify admin.
{% endstep %}

{% step %}

### Set up your first wholesale pricing rule

Go to **Wholesale Pricing** in the app menu, click **Add new wholesale pricing**, choose which customers it applies to, then set a percentage, fixed amount, or fixed price discount. See [Create a wholesale pricing](/samita-wholesale-b2b/wholesale-pricing/create-a-wholesale-pricing.md).
{% endstep %}

{% step %}

### Configure volume discounts

Go to **Volume Pricing**, define your quantity tiers (e.g. 10+, 20+ units) and the discount for each tier. See [Create a volume pricing based on product quantity](/samita-wholesale-b2b/volume-pricing/create-a-volume-pricing-based-on-product-quantity.md).
{% endstep %}

{% step %}

### Customize the Registration Form

Go to **Registration Form**, edit the fields customers fill in, then decide whether new sign-ups are approved manually or automatically. See [Create and customize the Registration Form](/samita-wholesale-b2b/registration-form/create-and-customize-the-registration-form.md).
{% endstep %}

{% step %}

### Enable the Quick Order Form

Go to **Quick Order Form**, choose which products or collections it covers, then publish it to a page on your storefront. See [Show Quick order form in your store](/samita-wholesale-b2b/quick-order-form/show-quick-order-form-in-your-store.md).
{% endstep %}

{% step %}

### Set up optional extras

Open **Add-on Features** to configure order minimums/maximums, extra fees, wholesale-specific shipping rates, or payment terms — turn on only what your business needs.
{% endstep %}
{% endstepper %}

## Useful resources

* [Wholesale Pricing setup](/samita-wholesale-b2b/wholesale-pricing/create-a-wholesale-pricing.md)
* [Volume Pricing setup](/samita-wholesale-b2b/volume-pricing/create-a-volume-pricing-based-on-product-quantity.md)
* [Registration Form customization](/samita-wholesale-b2b/registration-form/create-and-customize-the-registration-form.md)
* [Quick Order Form setup](/samita-wholesale-b2b/quick-order-form/create-a-quick-order-form.md)
* [Shipping rates and extra fees](/samita-wholesale-b2b/add-on-features/create-a-shipping-rate.md)
* [Payment terms and order limits](/samita-wholesale-b2b/add-on-features/create-payment-term-for-your-b2b-customers.md)
* [Frequently asked questions](/samita-wholesale-b2b/faqs/installation-and-setup.md)

{% hint style="success" %}
**Friendly reminder!**

If you do encounter any difficulty while proceeding with these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)

We are always willing to help with all sincerity!
{% 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/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.
