# Page Not Found

The URL `use-case-and-faq/usecases/how-to-avoid-duplicated-discount-if-i-create-b2c-discount-rule-with-another-app` 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 Avoid Duplicated Discounts When Using Another B2C Discount App](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-avoid-duplicated-discounts-when-using-another-b2c-discount-app.md)
- [How to Combine B2B Solution and B2B Login Access Management](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-combine-b2b-solution-and-b2b-login-access-management.md)
- [How to Limit Order Quantity/Amount and Set Product Increment](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-limit-order-quantity-amount-and-set-product-increment.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)
- [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 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-avoid-duplicated-discounts-when-using-another-b2c-discount-app.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-avoid-duplicated-discounts-when-using-another-b2c-discount-app.md`).

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