# Transport - Configurable Railway Products

Configurable Railway Products are predefined railway products which map to a specific preset of stations/options. The difference in the flow to the mountain railway one, is that we retrieve stations, reductions, travel class and other predefined data in a single /catalog/product/{product_id} call.

# 1. Get Product

Get general and type specific information for a product

/catalog/products/QkVSR0JBSE4uQU5HRUJPVC5URVNUMQ== (opens new window)

# 2. Routes

After retrieving general information about the product and typeSpecific information we need to specify the departureStationId, arrivalStationId, the travelClass and the outwardTravelDate.

If we want to get the routes for a Two Way Ticket, we need to specify also the returnTravelDate.

WARNING

Notice that we need to add the productId to the request endpoint the get the right data for the routes.

Now we can continue with our normal mountain railway flow at the optional variants or offers call