# HotelProducts

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [OTA_HotelProductNotifRQ](/connectivity/docs/api-reference/ota_hotelproductnotifrq)/`HotelProducts` | Products (combinations of room types, rate plans, and policies). | array of [HotelProduct](/connectivity/docs/api-reference/hotelproduct) | 1..1 | - |
| `HotelProducts`/`@HotelCode` | The Booking.com property ID. | string | 1..1 | - |
| `HotelProducts`/[HotelProduct](/connectivity/docs/api-reference/hotelproduct) | Product details. | object | 0..* | - |


## XML


```xml
<HotelProducts
  HotelCode="1460510">
  <HotelProduct ... >
    ...
  </HotelProduct>
  <HotelProduct ... >
    ...
  </HotelProduct>
</HotelProducts>
```

## Related endpoints

* [/ota/OTA_HotelProductNotif](/connectivity/docs/ota-hotelproductnotif)