Skip to main content

Bulk Update Lines

POST 

/api/quotes/:quote/lines/bulk-update

Apply the same field changes to many lines at once (bulk-edit). Body: line_ids (int[], required) and any of discount_type (none|percentage|fixed_amount), discount_value (numeric|null), tax_rate_id (int|null). Recalculates totals.

Required scope: orders:write

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

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

Request

Responses

OK

Response Headers
    Content-Type