Transactions
Update Transaction
Update selected fields of an existing transaction. Only metadata, tags, and internal notes are editable. Line items and transaction type cannot be changed.
PATCH
Use this endpoint to append custom metadata or correct auxiliary fields for an existing transaction.
Path Parameter:
id
– ID of the transaction to update
Editable Fields in Body:
metadata
internal_notes
tags
Response:
Returns the updated Transaction
object. If the transaction is locked for tax purposes, an error will be thrown.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the transaction to update
Body
application/json
Fields to update
The body is of type object
.
Response
200 - application/json
Updated transaction
The response is of type object
.