---
title: "Download the invoice PDF of the order"
method: GET
path: "/v1/orders/{orderId}/invoices/{receiptId}"
tags: ["Retrieve Invoice (Synchronous API)"]
---

# Download the invoice PDF of the order

`GET /v1/orders/{orderId}/invoices/{receiptId}`

Download the invoice PDF file of an order.

## Path parameters

- `orderId` string, required
- `receiptId` string, required

## Response `200`

Successful response with PDF file.

## Other responses

- `400` — * Bad request.
- `401` — * Please verify your API key and secret (if applicable) is correct.
- `404` — * Receipt was not found.

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-admin-apis/revisions/a6efafc1669c/schema)
