> For the complete documentation index, see [llms.txt](https://docs.mews.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mews.com/channel-manager-api/mews-operations.md).

# API Operations (Mews)

This section describes the Mews side of the **Mews Channel Manager API**, i.e. API Operations hosted by Mews. The Mews side receives requests from external Channel Managers, including requests to process reservations (new, updated and cancelled). The list of supported operations is as follows, organised here by theme.

## Configuration

| Operation                                                                                    | Description                                                       |
| -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [Get properties](/channel-manager-api/mews-operations/configuration.md#get-properties)       | Get the list of available properties and their connection details |
| [Get configuration](/channel-manager-api/mews-operations/configuration.md#get-configuration) | Get the configuration of the given property connection            |
| [Get channels](/channel-manager-api/mews-operations/configuration.md#get-channels)           | Get the list of all channels with assigned mapping codes          |

## Inventory

| Operation                                                                                                                                                   | Description                                                                                                               |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| [Set inventory](/channel-manager-api/mews-operations/inventory.md#set-inventory)                                                                            | Update the 'rate plan - space type' inventory mapping                                                                     |
| [Request ARI update](/channel-manager-api/mews-operations/inventory.md#request-ari-update)                                                                  | \[`async`] Request an ARI data update for certain space types and rate plans (ARI is `Availability, Rates and Inventory`) |
| [Confirm availability update](/channel-manager-api/mews-operations/inventory.md#confirm-availability-update)                                                | Confirms availability update was processed succesfully or with errors.                                                    |
| [Confirm price update](/channel-manager-api/mews-operations/inventory.md#confirm-price-update)                                                              | Confirms price update was processed succesfully or with errors.                                                           |
| [Confirm restriction update](https://docs.mews.com/channel-manager-api/pages/dBlp8gHJ1rY8BfnW3PnQ##confirm-reistriction-update)                             | Confirms restriction update was processed succesfully or with errors.                                                     |
| [Confirm availability block synchronization](https://docs.mews.com/channel-manager-api/pages/eeSpOiO4Veq4Q0Q1QIQM##confirm-availability-block-confirmation) | Confirms availability block synchronization was processed succesfully or with errors.                                     |
| [Process availability block](/channel-manager-api/mews-operations/availabilityblock.md#process-availability-block)                                          | Add, update or cancel an availability block.                                                                              |

## Reservations

| Operation                                                                                                                     | Description                                                                                            |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| [Process group](/channel-manager-api/mews-operations/reservations.md#process-group)                                           | \[`async`] Process a group of reservations, which can be new bookings, modifications or cancellations. |
| [Confirm reservations group synchronization](/channel-manager-api/mews-operations/reservations.md#confirm-group-confirmation) | Confirms reservations group synchronization was processed succesfully or with errors.                  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mews.com/channel-manager-api/mews-operations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
