Skip to main content
GET
List purchasable ancillaries for a trip (no checkout)
Returns the available ancillaries for a trip without generating a checkout URL. A price quote runs transparently behind the BFF (TravelFusion only emits the ancillary catalog at pricing time) and is reused while valid. Responds 200 with status: "ready" and items[] when the quote is complete. If the quote is still being priced it responds 202 with status: "pricing" and a Retry-After header, poll the same URL until it returns 200. Never returns a checkout URL.

Authorizations

X-API-Key
string
header
required

Path Parameters

trip_id
string
required

Response

Ancillaries ready (200) or quote still pricing (202)

trip_id
string
required
status
string
required
Example:

"ready"

quoted_cart_id
number
expires_at
string
retry_after_seconds
integer
items
object[]