Skip to main content

Create Sales Order from Quote

POST 

/api/quotes/:quote/create-order

Creates a draft sales order from an accepted quote with price-locked lines (line unit prices are copied verbatim from the frozen quote lines — never re-resolved against the catalog). The quote is the independent source record and is never consumed; the order is stamped with quote_id + the accepted quote_version_id for provenance. Pass line_ids to order a subset (partial/progressive ordering — one quote may yield several orders). Requires Bearer token + the quotes.create-order permission. The quote must be in accepted status.

Request

Responses

OK

Response Headers
    Content-Type