update_transactions_bulk
Update multiple transactions in a single API call by providing each transaction ID and the fields to change. Supports up to 500 transactions per request, excluding split or grouped 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`. |