# 2024-01-22: CE - Mixins for Availability Service

### Overview

We have extended the Availability Service with the mixin concept. Now, you can provide your own customized fields for the availability as well.\
For more details, check out the What’s New table.

### New features

| Feature                             | Benefit                                                                                                                                                                                                                                                                                                              |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Mixins for Availability Service** | Creating mixins for the availability service allows for the integration of all relevant fields to store availability information from third-party applications, such as for example SAP. This integration streamlines and automates e-commerce processes, enhancing efficiency for both your business and customers. |

### Fixes and improvements

None as this is a new improvement.

### Known problems

Not yet available for the Management Dashboard.

### Documentation and links

* [Availability API Tutorial](/api-references/api-guides/orders/availability/availability.md)
* [Availability Service](/api-references/api-guides/orders/availability.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-01-22-ce-mixins-for-availability.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.
