Retrieve an invoice (synchronous API)
Last updated
Last updated
Download the invoice PDF file of an order.
/v1/orders/{orderId}/invoices/{receiptId}
The identifier of the Order.
The receipt identifier of the invoice.
Get the invoice data of an order in the response which includes invoice's type and download URL.
/v1/orders/{orderId}/invoices
The identifier of the Order.