Update Quote
Update quote fields such as status, pricing, lead time, and notes.
Status transitions are validated against the allowed transition map.
Path parameters
Request body
New quote status (must be a valid QuoteStatus value)
Estimated business days until delivery (numeric, used for arithmetic)
Display override for lead time (e.g. '4-5', '7-10'). Overrides the numeric lead_time_days on the PDF and user-facing quote cards. When unset, the numeric value is rendered instead.
Quote expiration timestamp (timezone-aware)
Notes visible to the customer
Flag indicating an admin has reviewed this quote
Whether a deposit is required before production
Override for the 'Prepared For' name on the quote PDF. Used when an admin creates a quote on behalf of an end customer. Pass an empty string to clear the override.
Override for the 'Prepared For' email on the quote PDF. Pass an empty string to clear the override.
Free-form billing address override for the 'Bill To' block on the quote and invoice PDFs. Multi-line strings (newline-separated) are rendered as-is. Pass an empty string to clear the override and fall back to the order's shipping address / BusinessProfile billing address.
Free-form shipping address override for the 'Ship To' block on the quote and invoice PDFs. Multi-line strings (newline-separated) are rendered as-is. Pass an empty string to clear the override and fall back to the project's resolved shipping address.
Shipping CONTACT name override for the 'Ship To' block on the quote, invoice, and packing slip PDFs (the receiving dock vs AP-department distinction). Pass an empty string to clear and fall back to customer_name_override, then the project owner's full name.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.