> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dev.gojinko.com/llms.txt
> Use this file to discover all available pages before exploring further.

# jinko get-ancillaries

> List purchasable ancillaries for a trip (bags, seats, meals) — no checkout URL

Lists the available ancillaries for a trip WITHOUT generating a checkout URL. A price quote runs transparently behind the API and is reused while valid, so repeat calls are cheap. Set travelers first — ancillaries are priced per passenger. If the quote is still being priced the API returns status="pricing"; by default this command polls until it is "ready". Pass --no-wait to return the pricing status immediately.

## Usage

```bash theme={null}
jinko get-ancillaries [options]
```

## Options

| Flag             | Required | Description                                                              | Default |
| ---------------- | -------- | ------------------------------------------------------------------------ | ------- |
| `--trip-id <id>` | Yes      | trip ID                                                                  |         |
| `--no-wait`      | No       | return immediately even if the quote is still pricing (status="pricing") |         |
