> For the complete documentation index, see [llms.txt](https://vu-custom.gitbook.io/vu-custom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vu-custom.gitbook.io/vu-custom/admin-api/order-lines/generate-traveller-of-an-order-line.md).

# 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 %}
