# Download Order File This endpoint is used to download a specific file associated with an order. By providing the orderId and fileId, you can retrieve and download the file. This functionality is useful for accessing documents, images, or any other files related to a particular order. Endpoint: GET /orders/{orderId}/files/{fileId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `orderId` (integer, required) The ID of the order containing the file - `fileId` (integer, required) The ID of the file to download ## Response 403 fields (application/json): - `error` (string) Example: "FORBIDDEN" - `errors` (array) - `message` (string) Example: "You do not have permission to download this file" ## Response 400 fields ## Response 401 fields