Send a quote by email
Renders the quote PDF and emails it to a recipient while logging the delivery result.
/api/unstable/orders/{orderId}/send-quoteRenders the quote PDF and emails it to a recipient while logging the delivery result.
Request Body
application/json
Order identifier whose quote will be sent.
"ord_123"Recipient email addresses for the quote. The client can map comma-separated input into this array.
[
"buyer@acme.test",
"purchasing@acme.test"
]Optional reply-to address for the quote email.
"seller@recerc.test"Optional email subject. When omitted, the server generates a default quote subject.
"Updated quotation for ACME"Optional custom message body shown in the email above the quote summary.
"Hi team,\n\nPlease find the updated quote attached."Whether the current sender should be added in copy (CC) when their email is available.
trueOptional PDF rendering overrides for this email send.
{
"includeProductImages": true,
"showSubtotals": true,
"pageSize": "A4"
}Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json