# SellableProducts

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [OTA_HotelInvNotifRQ](/connectivity/docs/api-reference/ota_hotelinvnotifrq)/`SellableProducts` | Room types. | array of [SellableProduct](/connectivity/docs/api-reference/sellableproduct) | 1..1 | - |
| `SellableProducts`/`@HotelCode` | Property ID. | string | 1..1 | - |
| `SellableProducts`/[SellableProduct](/connectivity/docs/api-reference/sellableproduct) | Room type details. | object | 0..* | - |


## XML


```xml
<SellableProducts
  HotelCode="1460510">
  <SellableProduct ... >
    ...
  </SellableProduct>
  <SellableProduct ... >
    ...
  </SellableProduct>
</SellableProducts>
```

## Related endpoints

* [/ota/OTA_HotelInvNotif](/connectivity/docs/ota-hotelinvnotif)