---
uuid: c8236b68-4836-43b8-ba46-aca36f53ff05
date_created: 2025-07-05T08:07:48.220Z
date_updated: 2026-03-11T09:25:53.710Z
outdated: true
end_of_support_date: 2024-06-15
routes: 
  - GET /v0/products/{product_id}/thematics
---

# Impact migration of the route GET /v0/products/{product\_id}/thematics

## New route to call

GET /v1/products/{product\_id}/thematics

## Input

Unchanged

## Output

```diff
[
  {
    "id": "cruises_theme_golf",
    "label": "Pack thematique GOLF",
    "description": "Venez swinguer en toute convivialité sur les parcours d’exception !",
    "included": true,
    "strengths": [
      "5 green fees"
    ],
    "items": [
      {
        "title": "Sherry Golf Jerez",
        "sub_title": "Cadix",
        "description": "18 Trous - Par 72 - 6572 m",
        "images": [
          "string"
        ]
      }
    ],
    "event_name": "Golf Option",
    "images": [
      "string"
    ]
  }
]
```
