GetYourGuide · Arazzo Workflow
Search a tour and create a booking
Version 1.0.0
Search the GetYourGuide marketplace, pick a tour option, check availability, then create and confirm a booking via the two-step cart flow.
View Spec
View on GitHub
CompanyTravelTourismTours and ActivitiesMarketplaceBookingExperiencesAffiliatePartner APIEcommerceArazzoWorkflows
Provider
Workflows
searchAndBook
Find a tour and book one of its options.
Run against the testing host (https://api.gygtest.net) with a test X-ACCESS-TOKEN to avoid creating real bookings.
1
searchTours
ToursQuery
Search for tours matching the query.
2
listOptions
ToursByIdOptions
List bookable options for the selected tour.
3
checkAvailability
tours-by-id-availability
Check availability for the tour.
4
createBooking
BookingsCreate
Create a booking / shopping cart for the chosen option.
5
confirmCart
CartsConfirm
Confirm the shopping cart to finalize the booking.