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

# B2B Bulk Order

B2B Bulk Order helps you sell in volume to wholesale, B2B, and repeat-purchase customers. It adds three storefront tools that let shoppers pick quantities across many products or variants and add them all to their cart in one action, instead of visiting one product page at a time.

{% hint style="info" %}
B2B Bulk Order does not calculate wholesale or tiered pricing itself. If you need customer-specific pricing or net payment terms, that's handled by the separate Samita Wholesale app — this app only builds the ordering experience on top of your existing prices.
{% endhint %}

## What you can do with it

* Let customers search products, enter quantities, and add multiple items to cart from one **Quick Order Form**, including bulk-uploading an order file (CSV, XLSX, PDF, or image).
* Show a **Variant Table** on product pages so customers can order several variants (sizes, colors, etc.) at once, with optional minimum/maximum quantity and bundle rules.
* Add a **Collection Quick Order** button or icon to product cards on collection pages so customers can add products to cart without opening each product page.
* Control exactly who sees each tool and where, using customer tags, login status, and page targeting.
* Match your store's look with per-widget style controls and custom CSS.
* Show low-stock and out-of-stock labels with your own thresholds and colors.
* Translate every piece of storefront text your customers see.

## Where to start

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Install the app, activate it on your theme, and create your first form.</td><td><a href="/pages/xhvPWfCLzfvGLVOOlXTI">/pages/xhvPWfCLzfvGLVOOlXTI</a></td></tr><tr><td><strong>Quick Order Form</strong></td><td>Build a bulk order table customers can add to any page.</td><td><a href="/pages/lsQFK1Q7ovDt7GRG370U">/pages/lsQFK1Q7ovDt7GRG370U</a></td></tr><tr><td><strong>Variant Table</strong></td><td>Let customers order multiple variants from a product page.</td><td><a href="/pages/YO1zgt5FDkPGfkj48NSF">/pages/YO1zgt5FDkPGfkj48NSF</a></td></tr><tr><td><strong>Collection Quick Order</strong></td><td>Add quick add-to-cart controls to collection page product cards.</td><td><a href="/pages/IsOriSPJFXYrC4rxz8WI">/pages/IsOriSPJFXYrC4rxz8WI</a></td></tr><tr><td><strong>FAQ</strong></td><td>Answers to common questions about the app.</td><td><a href="/pages/WorxqREr12W6S1QLgkZy">/pages/WorxqREr12W6S1QLgkZy</a></td></tr><tr><td><strong>Troubleshooting</strong></td><td>Fix the most common setup and display issues.</td><td><a href="/pages/FyaTgTUewffW83QYBON0">/pages/FyaTgTUewffW83QYBON0</a></td></tr></tbody></table>

## All features

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Customer &#x26; Product Targeting</strong></td><td>Choose who sees each form and on which pages.</td><td><a href="/pages/9gF6Pauc7X5rRmvNoOiX">/pages/9gF6Pauc7X5rRmvNoOiX</a></td></tr><tr><td><strong>Design &#x26; Custom CSS</strong></td><td>Match your theme's look, down to custom CSS.</td><td><a href="/pages/xq2iV9ZrFgCzgWrlvrai">/pages/xq2iV9ZrFgCzgWrlvrai</a></td></tr><tr><td><strong>Stock Status</strong></td><td>Set your own low-stock and out-of-stock thresholds and colors.</td><td><a href="/pages/CvCPyCv1U55RuxdzaPv6">/pages/CvCPyCv1U55RuxdzaPv6</a></td></tr><tr><td><strong>Cart Notifications</strong></td><td>Configure the toast shown after adding to cart.</td><td><a href="/pages/8JsACTTG7O0mu3GyoR0L">/pages/8JsACTTG7O0mu3GyoR0L</a></td></tr><tr><td><strong>Translations</strong></td><td>Translate every storefront string into your store's languages.</td><td><a href="/pages/tGoW1lrJ8oR7dAwL7DSE">/pages/tGoW1lrJ8oR7dAwL7DSE</a></td></tr><tr><td><strong>Dashboard &#x26; Analytics</strong></td><td>Track bulk orders and revenue generated through the app.</td><td><a href="/pages/zJOoioogdieMTrVEtvjF">/pages/zJOoioogdieMTrVEtvjF</a></td></tr></tbody></table>


---

# 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/b2b-bulk-order/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.
