# Deprecations

Deprecations are features of the API which you are discouraged from using, even though they may still be supported for a period of time for the sake of backwards compatibility. Such features are normally deprecated because they are superseded by a better alternative. They can include object properties, entire objects or entire API operations. The list of deprecations is as follows. Individual items are also highlighted in the [Changelog](/pos-api/changelog.md) when they occur. Historic deprecations that have already been discontinued may not be listed. For more information, see our [Deprecations Policy](https://mews-systems.gitbook.io/open-api/staying-up-to-date/deprecations-policy).

> **Important:** We strongly advise you to review this list and if you are using any of the deprecated items in your integration, to update your implementation accordingly.

The table columns have the following meanings:

* **Feature** - What entity or feature is being deprecated
* **Comments** - Additional information, such as the reason for the deprecation and what the replacement is
* **Deprecated** - The date at which the deprecation notice was given (see the [Changelog](/pos-api/changelog.md))
* **Discontinued** - The date at which it is planned to discontinue support completely; a value of '-' indicates no date has been set

## Deprecated operations

| Feature | Comments | Deprecated | Discontinued |
| ------- | -------- | ---------- | ------------ |
| -       | -        | -          | -            |

## Deprecated properties

| Feature | Comments | Deprecated | Discontinued |
| ------- | -------- | ---------- | ------------ |
| -       | -        | -          | -            |

## Deprecated functionality

| Feature | Comments | Deprecated | Discontinued |
| ------- | -------- | ---------- | ------------ |
| -       | -        | -          | -            |


---

# 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://docs.mews.com/pos-api/deprecations.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.
