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.
transactionCreate(
id: ID!
transaction: TransactionCreateInput!
transactionEvent: TransactionEventInput
): TransactionCreate
Arguments
transactionCreate.id ● ID! non-null scalar
The ID of the checkout or order.
transactionCreate.transaction ● TransactionCreateInput! non-null input
Input data required to create a new transaction object.
transactionCreate.transactionEvent ● TransactionEventInput input
Data that defines a transaction event.
Type
TransactionCreate object
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.
Was this page helpful?