Air-Bounds Orchestration — International ex-AU & Domestic

Exercises the QBR outbound + anchor-search flow against Amadeus DAPI directly. Implements the CFF-shaping logic from AirBoundsSearchHandler for Sydney POS, both international ex-AU and domestic non-NZ.

0 Configuration
1 Outbound search (parallel Amadeus calls)

2 Pick an AirBound (simulates user selection on outbound)

The fareInfos of your chosen AirBound become selectedFareInfos for anchor match-back.

3 Anchor probe (synchronous)

Mirrors prepareAnchorSearchRequest: apply applyAnchorInternational(selectedCFF), clear selectedBoundId, flip isRequestedBound, fire, then run findMatchingAirBoundId locally against the response.

4 Anchored + plain inbound (parallel)

Fires in parallel via fetchAndMergeAirBoundsResponse:
Call D — same CFFs as the probe but flags flipped back and selectedBoundId set to the matched id
Call E — plain inbound via applyInboundFareFamilies(selectedCFF), client's original selectedBoundId preserved