Booking flow for activities without pickup points
When an activity has no pickup points, you must exclude pickups from the booking flow entirely. The rest remains the same:
- 
Get information about the specific activity at 
/activities/{activityUuid}.
- 
Since there are no pickup points, you can immediately request dates at 
/activities/{activityUuid}/dates.
- 
To get 
products
 for a specific date, use 
/activities/{activityUuid}/dates/{date}, where thedateis in theYYYY-MM-DDformat.
- Create a cart and add the desired products to it.
- Create an order for the cart.
- Pay for the order.
- Download the vouchers once the order is confirmed.
      
  