TransactionCreate Object
Creates transaction for checkout or order.
type TransactionCreate {
transaction: TransactionItem
errors: [TransactionCreateError!]!
}
Fields
transaction ● TransactionItem
errors ● [TransactionCreateError!]!
Returned By
transactionCreate mutation