Revision history
The following updates have been made to the reservation capability of the Lodging Supply GraphQL API schema, from newest to oldest updates:
March 2023
Added the guestContact
object, reconciliationType
field, and isReconciled
field to the reservations query.
December 2022
Added the reservation update feature to the reservations capability.
November 2022
- Added the
lastUpdatedDateTime
filter to the reservations query, enabling partners to backload reservation data for reservation events that were impacted by a delivery connection outage. - Added the
loyaltyTier
field to theReservation
object to enable partners to retrieve guest loyalty tier. - Added the
accessibilityText
field to theReservation
object to enable partners to retrieve accessibility requests made by the guest for the reservation. - Added the
valueAddedPromotions
field to theReservation
object, enabling partners to retrieve value add promotions (VAP) used to book the reservation. - Removed
checkInTime
,checkOutTime
,petCount
, andpaymentSchedule
from theReservation
object. - Removed emailAddress
and
phoneNumberfrom the
Guest` object.
October 2022
Updated endpoints:
- Token service, from
https://apis.expediaconnectivity.com/oauth/token
tohttps://api.expediagroup.com/identity/oauth2/v3/token
- API endpoint, from
https://apis.expediaconnectivity.com/graphql
tohttps://api.expediagroup.com/supply/lodging/graphql
Schema changes:
Property : geoLocation
is deprecated and replaced withcoordinates
Address : city
is deprecated and replaced withlocality
Address : country
is deprecated and replaced withcountryCode
Address : line1, line2, line3
are deprecated and replaced withaddressLines
Address : province
is deprecated and replaced withadministrativeArea
sublocality
field added to theAddress
object
February 2022
Added the reservation ID filter to the reservation query, enabling partners to query for reservations based on ID.
October 2021
Added reconciliationEligibility
to the Reservation
type to enable partners to determine whether a reservation can be reconciled (using the reservation reconciliation capability).
May 2021
Released the initial version of the reservation retrieval feature of the reservations capability of the Lodging Partner GraphQL API.