TransactionUpdate
Update transaction.
Added in Saleor 3.4This API is currently in Feature Preview and can be subject to changes at later point.
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?