# 2022-04-05: CE - B2B Pricing

### Overview

To meet the complexity and scale of B2B Commerce needs, we have redesigned our implementation of how pricing is managed in the platform. At this time, it is in Preview mode and is not fully integrated with other services in the platform.

### New features

We have introduced New features for our Price Service to extend its capabilities for new B2B use cases.

| **Feature**                                                                         | **Benefits**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Multi-currency support**                                                          | Businesses that sell globally can take advantage of our multi-currency implementation by configuring multiple currencies that their customers can choose from. To make it easier to manage a global business, you can create multiple sites and define a different default currency for each of them.                                                                                                                                                                                                                                                                                               |
| **Automated Net/Gross Price Calculation**                                           | When Tax Classes are correctly applied on Products, we can now automatically generate the Net and Gross Prices for each Product when one of these, or a base price, is provided.                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **Net pricing mode**                                                                | In B2B Commerce, businesses often use net pricing in their storefront. With that in mind, we added a site setting that you can use to define the default pricing mode — net or gross — for particular sites.                                                                                                                                                                                                                                                                                                                                                                                        |
| <p><strong>Price Models:</strong><br><strong>Tiered and volume pricing</strong></p> | Our customizable pricing model supports pricing strategies common in B2B Commerce, such as tiered and volume pricing. You can experiment with these pricing strategies to find the most profitable way to sell your products.                                                                                                                                                                                                                                                                                                                                                                       |
| **Price personalization**                                                           | <p>You can set up prices that are exclusive to specific customers to improve your business's relationship with them. We have also introduced a price matching functionality that helps you determine the best prices for specific customers based on a number of inputs.</p><p><span data-gb-custom-inline data-tag="emoji" data-code="2139">ℹ️</span> <mark style="background-color:yellow;">Currently, the price personalization functionality is limited to specific customers. However, we plan to shortly make it possible to personalize prices for whole customer groups as well.</mark></p> |

### Fixes and improvements

None as these are new services.

### Known problems

At this time, the new Pricing features are in Preview mode and not available to existing customers using the legacy Price Service. The features are also not integrated into other services such as Cart or Checkout yet.

### Documentation and links

* User Guide — [Pricing](/ce/core-commerce/pricing-v2.md)
* API Reference — [Price Service](/api-references/api-guides/prices-and-taxes/price-service.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/2022/2022-04-05-ce-b2bpricing.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.
