Skip to main content

Get Quote PDF

GET 

/api/quotes/:quote/pdf

Render the quote as a PDF document using the tenant's quote template and return the file inline.

Required scope: orders:read

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

The response is binary PDF content (Content-Type: application/pdf, Content-Disposition: inline; filename="quote-Q-000012.pdf"), not JSON.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type