Browse products and inspect a product detail
- Product Information
- Prebooking
- 2 routes
How do I list available products and retrieve one product detail?
This scenario covers the catalog consultation journey: list available products first, then retrieve the detailed information of a selected product.
It is useful for discovery interfaces, search results, and product pages shown before booking.
Overview
The journey starts by retrieving the product catalog, then uses a product_id to load the detailed product sheet.
Prerequisites
- No functional prerequisite is required to list products.
- Keep the
product_idreturned by the listing step to request the detailed view.
Process workflow
Legend:
Mandatory
Optional