# Page Not Found

The URL `use-case-and-faq/usecases/how-to-calculate-the-total-price-when-customers-are-qualified-for-custom-pricing-and-quantity-break` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [How to Promote Bulk Purchases with Volume Pricing and Order Limit](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-promote-bulk-purchases-with-volume-pricing-and-order-limit.md)
- [How Custom Pricing and Volume Pricing Work Together](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-custom-pricing-and-volume-pricing-work-together.md)
- [Can I Apply Additional Discounts with Custom Pricing or Volume Pricing?](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/can-i-apply-additional-discounts-with-custom-pricing-or-volume-pricing.md)
- [How to Exempt Tax for Non-Registered VAT Customers](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-exempt-tax-for-non-registered-vat-customers.md)
- [How Quantity Increment Calculation and Quantity Limit Work](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-quantity-increment-calculation-and-quantity-limit-work.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-promote-bulk-purchases-with-volume-pricing-and-order-limit.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.

### Option 2 — Browse the documentation index

Full index: https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-promote-bulk-purchases-with-volume-pricing-and-order-limit.md`).

You may also use `Accept: text/markdown` header for content negotiation.
