IHG Hotels & Resorts
IHG live hotel availability search across its brand portfolio.
Domain: ihg.com
Also known as: IHG, IHG Hotels & Resorts, InterContinental Hotels Group, Holiday Inn, Crowne Plaza, InterContinental, ihg.com
Call it directly
bowmark.providers.ihg.search(args: { destination: string; checkIn: string; checkOut: string; adults?: number; rooms?: number; radius?: number }): Promise<ihgRow[]>Functions
| Function | What it does |
|---|---|
search | Searches IHG's live cash availability for a destination and increasing ISO check-in/check-out dates. |
Types
interface ihgRow { id: string; brandCode: string; availabilityStatus: string; lowestCashOnlyCost: { baseAmount: string; ratePlanType: string | null } | null; highestCashOnlyCost: { baseAmount: string; ratePlanType: string | null } | null; propertyCurrency: string | null; distance: number | null; distanceKm: number | null; }