# Using with BSS B2B Wholesale Solution

**BSS B2B Wholesale Solution** is the custom pricing engine in the B2B Suite (tiered pricing, volume pricing, customer group rules, etc.).&#x20;

If you use it instead of (or alongside) Shopify B2B, the integration works like this:

#### 1. Price engine vs UX layer

* **B2B Wholesale Solution**
  * Defines who gets which prices (by tag, group, rules).
  * Shows discounted prices on the storefront.
* **B2B Quotes & Quick Order**
  * Uses whatever price is shown on the product page as the base.
  * Provides **Quick Order** (bulk ordering) and **RFQ** (negotiation & draft orders).

In other words, Wholesale Solution = pricing logic; Quotes & Quick Order = ordering and quoting UX.

#### 2. Typical combinations

**Scenario A – Simple B2B store (no Shopify B2B)**

* Use B2B Wholesale Solution to:
  * Create custom price lists per tag/group.
  * Set volume/quantity breaks and discount tiers.
* Use Quotes & Quick Order to:
  * Show those prices in a Quick Order table.
  * Let buyers reorder quickly or upload CSV files.
  * Allow RFQ for special deals on top of existing discounts.

**Scenario B – Hybrid store with both pricing and RFQ**

* Some products:
  * Use B2B Wholesale prices + normal checkout.
* Other products or segments:
  * Use Wholesale prices + hide Add to Cart + RFQ only.

#### 3. Setup tips

* Keep pricing logic in **one place** (B2B Wholesale Solution or Shopify B2B), not multiple overlapping discount apps.
* Treat this app as the **front-end** for bulk orders and quotes, not as a second pricing engine.
* When testing, always verify:
  * Product page price
  * Quick Order page price
  * Quote line price

All three should match your intended rule before you start offering RFQs.

***

###


---

# Agent Instructions: 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:

```
GET https://docs-shpf.bsscommerce.com/bss-b2b-quick-order-and-quotes/integrations/using-with-bss-b2b-wholesale-solution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
