# 2025-10-29: CE - Quotes

## Overview

In B2B commerce, pricing often relies on external systems, most notably ERP solutions, which manage customer-specific pricing data. This release enhances the quoting process by enabling seamless integration with such external pricing applications. These improvements not only simplify the management of complex pricing structures but also provide greater flexibility and efficiency for both merchants and customers.

## New features

| Feature                                                          | Benefit                                                                                                                                                                                                                                                                       |
| ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Overwriting price with external price**                        | Replace prices with customer-specific prices from external systems, ensuring transparency and strengthening loyalty.                                                                                                                                                          |
| **Integration of external pricing, including external products** | Integrate external prices even for products not yet in your eCommerce catalog, enabling faster responses and broader sales opportunities.                                                                                                                                     |
| **Separate line handling for duplicate products**                | Automatically lists identical products as separate lines within quotes, maintaining full transparency and clarity. Customers can easily review, compare, and adjust each product instance independently. This is leading to greater confidence and precision in their orders. |
| **Mixins on all levels**                                         | Enables mixins to be applied across all quote levels, giving customers maximum flexibility to personalize their quotes and product combinations. This ensures complex structures are accurately reflected, enhancing customization and satisfaction.                          |

## Fixes and improvements

None as this is a new improvement.

## Known problems

No known problems at time of release.

## Documentation and links

* [Quotes](/ce/core-commerce/quote-management.md)
* [Quote Service Tutorials](/api-references/api-guides/quotes/quote/quote.md)
* [Quote Service API Reference](/api-references/api-guides/quotes/quote.md)


---

# 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://developer.emporix.io/release-notes/archive/2025/2025-10-29-ce-quote.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.
