Expose Occupancy Override Adjustments via Connector API (rates/getPricing)
Problem
When using the rates/getPricing endpoint, the API currently returns pricing information such as EmptyUnitAdjustment and ExtraUnitAdjustment, but it does not expose the actual per-day occupancy override values configured in the
Mews Pricing screen.
In Mews Operations, revenue managers can override occupancy adjustments for specific dates (for example, changing the negative adjustment applied for single occupancy on selected days). These overrides are visible in the UI but cannot currently be retrieved through the API.
This creates a gap between what is visible in Mews and what external systems can access.
Use case
We use the Mews API to feed pricing and revenue-management processes across multiple properties.
To accurately reproduce and analyze rates, we need access to the effective occupancy adjustments applied on each date, including any overrides configured by the revenue management team.
Without these values:
- API consumers cannot fully replicate the pricing displayed in Mews.
- Reporting and BI systems may show discrepancies.
- Custom booking engines and pricing integrations cannot calculate rates exactly as Mews does.
- Revenue-management audits become more difficult.
Requested enhancement
Please expose the occupancy override values as part of the Connector API, ideally through:
- rates/getPricing
- or a dedicated endpoint exposing occupancy adjustments and overrides
Example fields:
JSON{ "Date": "2026-08-15", "SpaceCategoryId": "...", "OccupancyOverride": { "NegativeAdjustment": -25, "PositiveAdjustment": 15 }}Afficher plus de lignes
or any equivalent structure providing the effective occupancy adjustment applied for a specific date.
Business value
This enhancement would allow partners, BI platforms, RMS solutions, custom booking engines and enterprise integrations to obtain the exact pricing logic configured in Mews and eliminate discrepancies between API data and the Mews user interface.
Thank you for considering this feature request.