> ## 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 Order Codes

> Downloads a ZIP file containing digital codes for the order

## Download Order Digital Codes

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

Downloads a ZIP file containing digital codes for the order.

### Path Parameters

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

### Responses

| Status             | Description                                                         |
| ------------------ | ------------------------------------------------------------------- |
| `200 OK`           | Returns a ZIP file (`application/zip`) containing the digital codes |
| `401 Unauthorized` | Missing or invalid authentication token                             |
| `403 Forbidden`    | Access denied                                                       |
| `404 Not Found`    | Order not found or no codes available                               |
