TransactionCreate
Create transaction for checkout or order.
Added in Saleor 3.4This API is currently in Feature Preview and can be subject to changes at later point.
type TransactionCreate {
transaction: TransactionItem
errors: [TransactionCreateError!]!
}
Fields
TransactionCreate.transaction
● TransactionItem
object
TransactionCreate.errors
● [TransactionCreateError!]!
non-null object
Returned by
transactionCreate
mutation