update_transactions_bulk
Update multiple existing transactions in a single API call by providing their IDs and the fields to change. Supports bulk updates of up to 500 transactions.
Instructions
Update multiple transactions in a single call (1-500). Each entry must include id plus at least one writable field. Cannot be used to modify split or grouped transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactions | Yes | Array of partial transaction updates, each keyed by its `id`. |