Update document items bulk
update_document_items_bulkUpdate many line items on a document in one call — prefer this over repeated single-item updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Line items to update; each entry must include the line `id` plus the fields to change. | |
| quinvoice | Yes | Id of the parent document (invoice, quote, bill, etc.) whose line items are being updated (required). |