Browse and inspect Club Med products
- Product Information
- Prebooking
- 2 routes
This feature allows users to retrieve the list of available Club Med products and then access the detailed information of a specific product in order to plan a trip.
It generally relies on two steps: • retrieving the list of available products with their main information (destination, category, price, availability, etc.) • requesting the details of a specific product using its identifier (product_id)
The returned information may include: • General product information (title, category, destination) • Resort characteristics (comfort, areas, capacity_max) • Available services (available_services) • Pricing information (price, currency, terms_and_conditions) • Media and descriptive content (media, description_title) • Location information (countries, geographical_area, region)
This workflow allows users to browse available destinations, compare offers, and select a product that matches their travel plans.
Overview
Use this scenario to browse the Club Med product catalog and inspect one product in detail before moving to search, pricing, or booking flows.
Prerequisites
- Have a valid
x-api-key. - Send an
accept-languagealigned with the target market. - Keep the selected
product_idto request the detailed product payload.
Expected result
The application can list available products, select one resort or cruise product, and reuse its detailed data to feed a product page or a trip-planning experience.