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.
transactionUpdate(
id: ID
token: UUID
transaction: TransactionUpdateInput
transactionEvent: TransactionEventInput
): TransactionUpdate

Arguments

transactionUpdate.id ● ID scalar

The ID of the transaction. Required if token is not provided.

transactionUpdate.token ● UUID scalar

The token of the transaction. Required if id is not provided.

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

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.

Was this page helpful?