---
title: "Get the invoice download information of an order"
method: GET
path: "/v1/orders/{orderId}/invoices"
tags: ["Retrieve Invoice (Synchronous API)"]
---

# Get the invoice download information of an order

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

Get the invoice data of an order in the response which includes invoice's type and download URL.

## Path parameters

- `orderId` string, required

## Response `200`

Successful response.

- GetInvoicesResponse
  - `invoices` object[]
    - `type` string — Receipt Type
    - `invoiceURL` string — Invoice's URL

## Other responses

- `400` — * Bad request.
- `401` — * Please verify your API key and secret (if applicable) is correct.
- `404` — * Order was not found or not transferred or in open state.

---

[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)
