# Generate Traveller of an order line

Method : <mark style="color:green;">**GET**</mark>

{% code fullWidth="false" %}

```url
https://os.vucustom.com/api/v1/order_lines/traveler?id=123&line_reference=&recipe_token
```

{% endcode %}

URL Parameters

<table><thead><tr><th width="187">Field Name</th><th>Description</th></tr></thead><tbody><tr><td>ID</td><td>can be searched by id</td></tr><tr><td>line_reference</td><td>can be searched by line reference</td></tr><tr><td>recipe_token </td><td>can be searched by recipe token</td></tr><tr><td>since_id</td><td>Show order lines after the specified ID. Used for pagination</td></tr></tbody></table>

<details>

<summary>Example Request</summary>

```
https://os.vucustom.com/api/v1/order_lines/traveler?id=123&line_reference=&recipe_token
```

</details>

{% tabs %}
{% tab title="200" %}
**`200 Successful response example`**

```json
Inline PDF of Traveler, Status: 200
```

{% endtab %}

{% tab title="403" %}
**`403 Forbidden`**

`The server is refusing to respond. This is typically caused by incorrect access.`
{% endtab %}

{% tab title="404" %}
**`404 Not Found`**

`The requested resource was not found but could be available again in the future.`
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vu-custom.gitbook.io/vu-custom/admin-api/order-lines/generate-traveller-of-an-order-line.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
