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 |