latestOpenAPI 3.0.02026-08-1056429755.6 KB

a6efafc1669c

Retrieve Invoice (Synchronous API)

Get the invoice download information of an order

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

get/v1/orders/{orderId}/invoices

Path parameters

orderIdstring required

The identifier of the Order.

Response

Successful response.

Example response

{
  "invoices": [
    {
      "type": "vat_invoice",
      "invoiceURL": "https://api.digitalriver.com/v1/orders/1067669580082/invoices/6086637700"
    }
  ]
}