Skip to main content

Update Quote Line

PUT 

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

Update a single quote line. All fields optional — send only what changed. Editing quantity/unit_price/discount recalculates the quote totals.

Required scope: orders:write

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

Fields: quantity (numeric), unit_price (numeric), description (string|null), warehouse_id (int|null), discount_type (none|percentage|fixed_amount), discount_value (numeric|null), tax_rate_id (int|null, exists:tax_rates — per-line tax override).

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

Request

Responses

Successful response