1.13 [1.13] - 2025-10-20
- Corporate Fixes – Corrected business logic for corporate offers.
- Alternative Offer Label – Added support for displaying alternative offer teasing labels.
- After-Fees Price Exposure – Exposed average price excluding taxes for POS Canada.
- Translations – Added translation for “Partner Privilege Accor.”
- Product Info – Added remaining and updatedRemaining fields in product data.
- [BestOffers] Accessibility – Mapped offersCategories for DISABILITY_COMPLIANT offers.
- Removed the deprecated OffersLights endpoint.
- Bug fixes
1.12 [1.12] - 2025-10-06
- API Request Body Change (Potentially Breaking) : The
filterattribute has been removed from thePOST /best-offerrequest body. - Enhanced Offer Option Handling : The
/offers/optionsendpoint now manages partial responses and multiple errors fromoffersByIdcalls more robustly, improving error feedback. - Improved Offer Sorting : Offers will now be sorted consistently regardless of the underlying CRS provider, ensuring a standardized order in responses.
- Updated Tax Display : Taxes are now displayed with the total amount per stay, potentially changing how tax information is presented in the API response.
- Upsell Offer Visibility : The API now supports retrieving Upsell offers via
offerById(though this is a change originating from Domain, Business consumers will benefit). - General Stability & Infrastructure : Various dependency updates, infrastructure adaptations, and bug fixes contribute to a more stable and secure API.
1.11 [1.11] - 2025-09-18
- New Offer & Pricing Features : Significant enhancements for member rates (copy/deduction logic, feature flag for filtering, NINA rules update), multiroom upsell, and new product facets for search.
- Semantic Change for Tax Labels : Tax labels for TARS hotels are now sourced from the
Contentservice. - Improved Data & Integration : Better handling of TARS data (CDVs without labels), new
expediaParityflag for specific integrations, and robust handling of test environments. - Performance Boost : Faster data retrieval for "cold data" thanks to Redis
mgetoptimization. - Enhanced Stability : General improvements, dependency updates, and bug fixes across the component for more reliable operation and better security in pipelines.
1.10 [1.10] - 2025-08-25
- remove size validation on "productCodes" field
1.1.25 [1.1.25] - 2024-12-05
- Remove the Options endpoint
- Update of the descriptions for the different endpoints
1.1.23 [1.1.23] - 2024-11-07
Add cancellation policy filter
What's Changed
GET /v1/availabilities/hotels/{hotelId}/accommodations/best-offers
Parameters:
Added: null in null
Return Type:
Changed response : 200 OK
Successful operation.
-
Changed content type :
application/json-
Changed property
bestOffers(array)List of the best offers per accommodation for the specified hotel.
Changed items (object):
An accommodation offer with an identifier and pricing details.
-
Added property
matches(array)List of filters used to determine if this offer is a new product best offer
Items (string):
Filter used to determine if an offer is a new product best offer
Enum values:
PMRFREE_CANCELLATION
-
-
[1.0.0] - 2023-10-25
- New Interface Contract based on Co-conception workshops
- Unavailability reasons
- Errors management