Skip to main content
Version: 3.x

TransactionUpdate

Update transaction.

Added in Saleor 3.4
This API is currently in Feature Preview and can be subject to changes at later point.
Requires the following permissions: OWNERHANDLE_PAYMENTS for appsHANDLE_PAYMENTS for staff users

Staff user cannot update a transaction that is owned by the app.

type TransactionUpdate {
transaction: TransactionItem
errors: [TransactionUpdateError!]!
}

Fields

TransactionUpdate.transaction ● TransactionItem object

TransactionUpdate.errors ● [TransactionUpdateError!]! non-null object

Returned by

transactionUpdate mutation


Was this page helpful?