# 2024-10-07: CE - External fees

### Overview

In B2B contexts, there may be instances where additional fees are required for specific purchases from external sources. For instance, certain purchases may necessitate the addition of fees for specialized shipping, packaging, larger size, or freight costs, which would be included in the overall product price. If you are seeking a solution for integrating your custom fees with the Emporix Commerce Engine, we have a ready-made option for you. Commerce Engine allows you to add externally sourced fees at the cart level.

### New features

| Feature                                                                        | Benefit                                                                                                                                                                                           |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Integrate external fees for different product from third party application** | This feature enables merchants to define different fees for different products in their external applications, ensuring that the fees displayed to customers are always accurate and transparent. |

### Fixes and improvements

Extend the cart service with a new external fees calculation.

### Known problems

No known problems at time of release.

### Documentation and Links

User Guides:

* [External Products, Pricing and Fees](/ce/extensibility-and-integrations/extensibility-cases/external-pricing-and-products.md)
* [System Preferences](/ce/management-dashboard/settings/system-preferences.md)

API Reference:

* [Cart Service](/api-references/api-guides/checkout/cart.md)
* [Cart Service Tutorial](/api-references/api-guides/checkout/cart/cart.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/2024/2024-10-07-ce-external-fees.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.
