---
title: "Upselling"
method: GET
path: "/flights-api/upselling/{choice_id}"
tags: ["Flights"]
---

# Upselling

`GET /flights-api/upselling/{choice_id}`

## Path parameters

- `choice_id` string, required

## Query parameters

- `site` string, required
- `language` 'PT' | 'ES' | 'EN'

## Response `200`

OK

- union
  - object
    - `items` object[]
      - `choice_id` string
      - `title` string
      - `fare_items` object[]
        - `type` 'PERSONAL_ITEMS' | 'CARRY_ON' | 'BAGGAGE' | 'EXCHANGE' | 'REFUND' | 'SEAT_SELECTION' | 'SEAT_UPGRADE' | 'SEAT_UPGRADE_PREMIUM_ECONOMY'
        - `include` boolean
        - `inclusion_status` 'INCLUDED' | 'NOT_INCLUDED'
      - `price_detail` object
        - `total` number
        - `currency` number
  - object
    - `items` unknown[]
      - unknown

## Other responses

- `400` — BAD_REQUEST
- `410` — UPSELLING_UNAVAILABLE

---

[API](https://skmtc.net/despegar/apis/decolar-booking-api.md) · [All operations](https://skmtc.net/despegar/apis/decolar-booking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/despegar/decolar-booking-api/revisions/2fb15f2434ea/schema)
