Skip to main content

Select Quote Line

POST 

/api/quotes/:quote/lines/:line/select

Mark an optional or single-select quote line as selected or deselected. Selection controls which lines the customer is accepting and which lines convert to the sales order.

Required scope: orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Body fields:

  • is_selected (required, boolean) — true to select the line, false to deselect it.

Returns the full quote with recalculated totals. 404 when the line does not belong to the quote.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type