# 2026-03-12: Order Service - hybris-count header deprecated

## Overview

The `hybris-count` response header is deprecated as the same information is provided by the `X-Total-Count` header. The `hybris-count` will be removed on **2026-09-14**

The `hybris-count` respnse header:

* Returns the order count in a number of GET endpoints
* Information provided by the header duplicates the information already provided by the `X-Total-Count` header

## Affected endpoints

| Endpoint                                                                                                                                                                    | Description                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [Retrieving a list of orders](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-customer-managed#get-order-v2-tenant-orders)         | Response header `hybris-count` is deprecated, `X-Total-Count` should be used instead. |
| [Retrieving orders](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-tenant-managed#get-order-v2-tenant-salesorders)                | Response header `hybris-count` is deprecated, `X-Total-Count` should be used instead. |
| [Retrieving the number of orders](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-tenant-managed#head-order-v2-tenant-salesorders) | Response header `hybris-count` is deprecated, `X-Total-Count` should be used instead. |

## Known problems

There are no known problems.
