Skip to main content

Convert Quote

POST 

/api/quotes/:quote/convert

Converts an accepted quote into a draft sales order with price-locked lines (line unit prices are copied verbatim from the frozen quote lines — never re-resolved against the catalog). The order is stamped with quote_id and the accepted quote_version_id.

Pass line_ids to convert a subset (partial/progressive conversion — one quote may yield several orders); omit it to convert all selected, not-yet-converted lines. Returns the quote plus the created sales_order_id/sales_order_number.

Authentication: Requires Bearer token. Permission: quotes.convert.

Request

Responses

OK

Response Headers
    Content-Type