Accept a quote
quote_acceptMark a quote accepted and turn it into an invoice: created directly in the invoice server when its store is present, otherwise returned as invoice_create-ready line items. The numbers are copied, never recomputed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Quote id such as Q-2026-0001 | |
| due_days | No | Days until the invoice is due, defaults to your payment terms | |
| issue_date | No | YYYY-MM-DD for the invoice, defaults to today | |
| allow_expired | No | Accept a quote whose validity has run out. Default false: an expired quote is refused so the price is re-confirmed first | |
| create_invoice | No | Default "auto": create the invoice when the invoice store exists, otherwise hand back the items. "never" only marks it accepted |