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

# Download Invoice

> Downloads a PDF invoice for the order

## Download Order Invoice

`GET /api/v1/orders/{order}/download-invoice`

Downloads a PDF invoice for the order.

### Path Parameters

| Parameter | Type          | Required | Description         |
| --------- | ------------- | -------- | ------------------- |
| `order`   | string (ULID) | ✅        | The `ulid` in order |

### Responses

| Status             | Description                                                 |
| ------------------ | ----------------------------------------------------------- |
| `200 OK`           | Returns a PDF file (`application/pdf`) of the order invoice |
| `401 Unauthorized` | Missing or invalid authentication token                     |
| `403 Forbidden`    | Access denied                                               |
| `404 Not Found`    | Order not found                                             |
