ReferenceReviews

Revision history

The following updates have been made to the Lodging Supply GraphQL API schema, from newest to oldest updates:

June 2024
  • Added the ability to filter reviews by brand (Expedia site where the review was collected) when using the reviews query. The brandNames field was added to the ReviewFilter input type to support this. In addition, the brandName field in the Review object has been deprecated; use the new brandNameV2 field instead when retrieving reviews.
  • pageSize argument's limit (for the reviews query) has been increased, enabling you to retrieve up to 100 reviews per page of results.
April 2024

Added the aggregatedReviews query to enable partners to retrieve average ratings for reviews collected on Expedia brand sites.

June 2023

Released the initial version of the reviews capability of the Lodging Partner GraphQL API.