# 2026-03-27: CE - Mixin Schema - Cart Item and Order Entry in Management Dashboard

## Overview

We have expanded the Schema Service to give teams more control over cart and order data directly from the Management Dashboard. With support for `CART_ITEM` and `ORDER_ENTRY` schema types, businesses can now define and manage custom fields where it matters most in the buying journey.

This enables faster adaptation to business needs, easier integration of external or third-party data, and more flexibility to shape cart and order experiences without added complexity. The result is a more tailored customer journey and greater operational efficiency for your teams.

## New features

| Feature                                                              | Benefit                                                                                                                                                                                                                                                         |
| -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Mixins for cart item and order entry in the Management Dashboard** | Businesses can create and integrate custom fields directly into cart item and order entry records. This makes it easier to capture the data that matters most to your operations, whether for personalization, fulfillment, reporting, or partner integrations. |

## Fixes and improvements

Improved cart service support for the mixin concept in the Management Dashboard.

## Known problems

No known problems at time of release.

## Documentation and links

User guides:

* [Carts](/ce/management-dashboard/carts.md)
* [Mixin Schemas](/ce/management-dashboard/settings/mixin-schemas.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/2026/2026-03-27-ce-mixin-schema-cart-item-order-entry-md.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.
