The latest NextPax Supply API updates introduce major enhancements focused on onboarding automation, OTA migration workflows, export observability, and expanded channel support for VRBO and Expedia.
These improvements help SAPI partners reduce implementation complexity, accelerate merchant onboarding, and gain deeper operational visibility into channel export processes.
The takeOverProperty workflow has been extended to support:
in addition to:
Partners can now use the existing property channel management endpoints to automate migration scenarios across additional OTA channels:
POST /channel-management/property/{propertyId}
POST /channel-management/property-manager/{propertyManagerCode}
The implementation supports:
with channel-specific requirements for:
Two new fields have been introduced within the channel management workflow:
"importContent": true,
"importContentScope": ["fees-taxes", "rateplans"]
Partners can now trigger selective OTA content imports during takeover procedures.
Supported import scopes:
An empty array on importContentScope:
[ ]
imports all supported content automatically.
Instead of recreating OTA configurations manually, partners can now preserve existing channel setup data directly from the OTA source, significantly reducing onboarding friction and setup inconsistencies.
A new onboarding confirmation endpoint has been added for VRBO integrations:
POST /channel-management/onboarding/confirm-mapping/{channelId}/{propertyManagerCode}
This endpoint finalizes onboarding mappings between:
This creates a cleaner and more deterministic onboarding flow for partner integrations.
New SSO redirect endpoints enable embedded onboarding flows directly into VRBO setup journeys.
POST /channel-management/onboarding/sso-redirect/{channelId}/{propertyManagerCode}
Returns secure SSO onboarding URLs for guided setup experiences.
The existing buildStatus field has now been deprecated and replaced by the new:
"exportFlowStatuses": []
Partners now receive detailed export pipeline visibility per export flow, including:
{
"channelFlow": "build-property",
"isFinished": true,
"lastJobRan": "export-roomtypes",
"lastJobTime": "2026-05-06T14:22:00Z",
"lastJobStatus": "success",
"lastJobError": null
}
Available via:
GET /channel-management/property/{propertyId}
This introduces significantly improved observability for integrations and support tooling.
Engineering and support teams can now:
Expedia configuration management is now fully exposed through the Supply API settings endpoints.
GET /channel-management/property-manager-settings/{propertyManagerCode}
POST /channel-management/property-manager-settings/{propertyManagerCode}
GET /channel-management/property-settings/{propertyId}
POST /channel-management/property-settings/{propertyId}
Partners can now centrally manage Expedia-specific settings through standardized API workflows without requiring separate operational tooling.
Reservation responses now expose the original VRBO fee and tax structure within:
channelSpecificInformation.priceDetails
GET /bookings/{bookingId}
Partners now gain access to the unprocessed OTA pricing structure before NextPax normalization and mapping.
This improves:
These updates are designed to help SAPI partners build faster, more reliable, and more scalable OTA connectivity workflows.
By improving takeover automation, onboarding orchestration, export observability, and OTA configuration management, NextPax continues to reduce integration complexity while accelerating time-to-market for hospitality platforms and property managers.
Feel free to explore the detailed release notes:
https://developer.nextpax.app/portal/docs/05.release-notes