July 7, 2025

  • /unit_quotes endpoint:
    • Update to fix an issue where "charges" -> "type": "discount_code" were not included in the financial charges response, preventing them from being quoted correctly.
    • Update to resolve a quoting issue for "charges" ->"type": "extra" configured as "per_day": true. Quantities are now correctly multiplied by the number of nights in the quote.
    • Update to correct an error with "charges" -> "type": "extra" configured as "per_guest": true. The quoting logic now multiplies appropriately based on the number of guests supplied in the request.
    • Updated logic for Damage and Travel Insurance extras to ensure they return correctly in quotes.
    • Update to resolve a quoting issue for "charges" -> "type": "extra" with "date_restrictions" ranges and "date_range_apply" flag null. Such extras are now correctly included when valid "bookable_dates"/"effective_dates" combinations exist.
  • /unit_amenities endpoint:
    • Update to address an issue where passing channel=all returned only general amenities. The response now includes all configured amenities as expected.