search
Search serves as the initial step in our booking flow, with the objective of verifying availability within the specified date range and for the requested number of guests, either for specific hotels or for hotels in the desired destination. It provides a comprehensive list of available options based on your search criteria.
hotelX {
search(
criteria: HotelCriteriaSearchInput
settings: HotelSettingsInput
filter: FilterInput
filterSearch: HotelXFilterSearchInput
): HotelSearch
}
Arguments
search.criteria ● HotelCriteriaSearchInput input
search.settings ● HotelSettingsInput input
search.filter ● FilterInput input
search.filterSearch ● HotelXFilterSearchInput input
Type
HotelSearch object
Hotel results from the search response. Contains all the available options for the given criteria search