---
uuid: dd9fec6a-8953-4d85-9426-51ca23d5501b
date_created: 2025-07-05T08:07:47.709Z
date_updated: 2026-03-11T09:26:05.119Z
outdated: true
end_of_support_date: 2024-04-30
routes: 
  - GET /v0/products/{product_id}/must_try_experiences
---

# Evolution of GET /v0/products/{product\_id}/must\_try\_experiences in GET v0/products/{product\_id}/highlights

## Context

Evolution of the route GET /v0/products/{product\_id}/must\_try\_experiences in GET v0/products/{product\_id}/highlights

⭐ **Key beneficts** : To have a one route for all ClubMed highlights and will allows to welcome new ones later.

## Impacts

* **Deprecation** of GET /v0/products/{product\_id}/must\_try\_experiences

* **New route to call** : GET v0/products/{product\_id}/highlights

2 types :

* MUST\_TRY\_EXPERIENCE
* REASON\_TO\_GO

```diff
[
  {
    "id": "Must_try_experience_01",
+    "type": "MUST_TRY_EXPERIENCE"
    "title": "AN ENCHANTING PERFORMANCE",
    "theme" : "",
    "description": "Sit back and cap off the perfect day with a charming performance.",
    "image": "http://mypicture02.jpg"
  }
]
```

## Migration help to keep the must try experience

* Change the route
* use the filter with type MUST\_TRY\_EXPERIENCE to keep stricly the same information as before
