# API Operations (CHM)

This section describes the Channel Manager side of the **Mews Channel Manager API**, i.e. API Operations hosted by the Channel Manager. The Channel Manager side receives requests from Mews, including inventory updates (prices, availability and restrictions) and booking confirmations. The list of supported operations is as follows, organised here by theme.

> #### Inventory update modes
>
> Mews pushes inventory to the Channel Manager side in one of two modes, both using the same API Operations, either **Full Inventory Update Mode** or **Delta Inventory Update Mode**. For more information, see [Use cases > Inventory updates](/channel-manager-api/use-cases/inventory-updates.md).

## Inventory

| Operation                                                                                               | Description                                                       |
| ------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [Update prices](/channel-manager-api/channel-manager-operations/inventory.md#update-prices)             | This method is used when Mews updates prices of rate plans        |
| [Update availability](/channel-manager-api/channel-manager-operations/inventory.md#update-availability) | This method is used when Mews updates availability of space types |
| [Update restrictions](/channel-manager-api/channel-manager-operations/inventory.md#update-restrictions) | This method is used when Mews updates restrictions                |
| [Process availability block](/channel-manager-api/channel-manager-operations/availabilityblock.md)      | This method is used when Mews sends availability blocks           |

## Reservations

| Operation                                                                                          | Description                                                                                                                                   |
| -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| [Process group](/channel-manager-api/channel-manager-operations/reservations.md#process-group)     | \[`async`] Process a group of reservations, which can be new bookings, modifications or cancellations.                                        |
| [Confirm booking](/channel-manager-api/channel-manager-operations/reservations.md#confirm-booking) | This method is used when Mews confirms a booking sent via [Process group](/channel-manager-api/mews-operations/reservations.md#process-group) |

## Notifications

| Operation                                                                                                   | Description                                                                                                         |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| [Change notification](/channel-manager-api/channel-manager-operations/notifications.md#change-notification) | This operation is used by Mews to notify the channel manager when there is a change in the connection configuration |


---

# 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/channel-manager-api/channel-manager-operations.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.
