---
title: "Activate Flight Booking Ancillaries"
method: POST
path: "/flight-booking/sessions/{session_id}/ancillaries/activate"
tags: ["flight-booking"]
---

# Activate Flight Booking Ancillaries

`POST /flight-booking/sessions/{session_id}/ancillaries/activate`

Patch selected travelers into Gordian before rendering ancillaries.

## Path parameters

- `session_id` string, uuid, required

## Response `200`

Successful Response

- FlightAncillarySessionResponse — Current Gordian ancillary state for a flight booking session.
  - `enabled` boolean, required
  - `supported` boolean
  - `bag_supported` boolean
  - `seat_supported` boolean
  - `provider` 'gordian'
  - `status` 'not_started' | 'not_configured' | 'unsupported' | 'prewarming' | 'ready' | 'checking' | 'failed' | 'validated', required
  - `trip_id` string, nullable
  - `trip_access_token` string, nullable
  - `refresh_token` string, nullable
  - `search_ids` object
  - `sdk_url` string
  - `selected_items` FlightAncillaryItem[]
    - `id` string, nullable
    - `product_id` string, nullable
    - `product_type` string, required
    - `passenger_id` string, nullable
    - `traveler_profile_id` string, uuid, nullable
    - `segment_id` string, nullable
    - `description` string, nullable
    - `seat` string, nullable
    - `quantity` integer
    - `amount_cents` integer
    - `currency` string
    - `validity_status` string, nullable
    - `valid_until` string, date-time, nullable
  - `total_amount_cents` integer
  - `currency` string
  - `trip_state_hash` string, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
