Skip to main content

Get Purchase Invoice

GET 

/api/purchase-invoices/:purchase_invoice

Get a single purchase invoice with full detail including lines, financial lines, payments, and accounting transaction.

Required scope: purchase-orders:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

The purchase_order object includes total_invoiced — the discount-netted amount billed across every invoice on the purchase order (not just this one). Subtract it from purchase_order.total for the amount still to be invoiced on the order.

Request

Responses

OK