---
uuid: ecaf2e41-9fd5-4554-bb3a-e4d4780d9830
date_created: 2026-01-27T10:11:14.942Z
date_updated: 2026-02-24T17:08:34.619Z
versions:
  - v0.3376.2 (22295)
  - v0.3376.1 (22262)
  - v0.3376.0 (22229)
---
# Release v0.3376.0 → v0.3376.2

This release brings a major update to the accommodations endpoint (`GET /v2/products/{product_id}/accommodations`) that migrates to Quable V5. The new implementation significantly enriches the available data by aggregating multiple types of Quable documents (product, asset, areas, categories and accommodation types, occupancy, equipment and services). Customers thus benefit from more detailed information on accommodations: distinct marketing descriptions, precise occupancy capacities, equipment and services per room type, geolocation with Street View links, and mixability attributes. The release also fixes a photo display issue for the KIGC\_WINTER Resort (Petit Club Med). Backward compatibility of the response structure is ensured, no client-side modification is required.

## Notes

## 🚀 Highlights

* Migration of the `GET /v2/products/{product_id}/accommodations` endpoint to Quable V5
* Improvement of the accommodation data structure with an enriched hierarchy (asset → area → lodging category → type of lodging)
* Enrichment of occupancy capacity information (min/max) for each type of lodging
* Addition of detailed data on equipment and services by type of accommodation
* Correction of a photo display issue for the Resort KIGC\_WINTER (Petit Club Med)

## 📋 Details of changes

### Modified routes

**`GET /v2/products/{product_id}/accommodations`**

This route has been completely migrated to use Quable V5 as the data source. The structure of the response remains compatible, but the data now comes from an aggregation of several Quable documents:

* **Produit** (`product_{product_id}`): general information of the Resort
* **Asset** (`asset_{asset_code}`): details of the establishment and links to the areas
* **Areas** (`area_{area_id}`): spaces and zones of the Resort (ex: Main area, Oasis Zen)
* **Lodging Categories**: accommodation categories (Superior, Deluxe, etc.)
* **Type of Lodging**: specific types of rooms with their characteristics
* **Occupancy**: occupancy capacities (min/max) per type of lodging
* **Equipment**: available equipment (telephone, hair dryer, etc.)
* **Services**: associated services (luggage handling, etc.)

The migration improves the richness of the data returned, notably:

* Distinct marketing and commercial descriptions
* Geolocation information (latitude/longitude, Street View links)
* Detailed bathroom attributes
* Strengths and mixability of rooms
* Comfort levels by area

### Bug fixes

* **KIGC\_WINTER**: Resolution of a missing photo display issue for the "Petit Club Med" Resort accessible via the API

## 🔄 Migration notes

This version does not require client-side modifications. The response structure of the `GET /v2/products/{product_id}/accommodations` endpoint remains backward compatible. Clients will automatically benefit from more complete and up-to-date data thanks to the new Quable V5 source.

## 📊 Statistics

* **0** route deleted
* **0** new route
* **1** route updated
* **0** route deprecated
* **1** bug fixed
* **1** new feature (Quable V5 migration)
