transactionUpdate
Update transaction.
Added in Saleor 3.4This API is currently in Feature Preview and can be subject to changes at later point.
transactionUpdate(
id: ID!
transaction: TransactionUpdateInput
transactionEvent: TransactionEventInput
): TransactionUpdate
Arguments
transactionUpdate.id
● ID!
non-null scalar
The ID of the transaction.
transactionUpdate.transaction
● TransactionUpdateInput
input
Input data required to create a new transaction object.
transactionUpdate.transactionEvent
● TransactionEventInput
input
Data that defines a transaction transaction.
Type
TransactionUpdate
object
Staff user cannot update a transaction that is owned by the app.Update transaction.
Added in Saleor 3.4This API is currently in Feature Preview and can be subject to changes at later point.
Was this page helpful?