transaction
Look up a transaction by ID.
Added in Saleor 3.6This API is currently in Feature Preview and can be subject to changes at later point.
transaction(
id: ID!
): TransactionItem
Arguments
transaction.id
● ID!
non-null scalar
ID of a transaction.
Type
TransactionItem
object
Represents a payment transaction.
Added in Saleor 3.4This API is currently in Feature Preview and can be subject to changes at later point.