# 2026-03-27: Schema Service - support for CART\_ITEM and ORDER\_ENTRY type

## Overview

Schema Service has been extended with new schema types - `CART_ITEM`, `ORDER_ENTRY`.

## Updated Endpoints

| Endpoint                                                                                                                                       | Description                                                                                           |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| [Creating a schema](https://developer.emporix.io/api-references/api-guides/utilities/schema/api-reference/schema#post-schema-tenant-schemas)   | The `CART_ITEM` and `ORDER_ENTRY` schema type has been added and can now be used in the request body. |
| [Updating a schema](https://developer.emporix.io/api-references/api-guides/utilities/schema/api-reference/schema#put-schema-tenant-schemas-id) | The `CART_ITEM` and `ORDER_ENTRY` schema type has been added and can now be used in the request body. |

## Known problems

There are no known problems.
