TransactionEventReport
Report the event for the transaction.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
type TransactionEventReport {
  alreadyProcessed: Boolean
  transaction: TransactionItem
  transactionEvent: TransactionEvent
  errors: [TransactionEventReportError!]!
}
Fields
TransactionEventReport.alreadyProcessed ● Boolean scalar
Defines if the reported event hasn't been processed earlier.
TransactionEventReport.transaction ● TransactionItem object
The transaction related to the reported event.
TransactionEventReport.transactionEvent ● TransactionEvent object
The event assigned to this report. if
alreadyProcessedis set totrue, the previously processed event will be returned.
TransactionEventReport.errors ● [TransactionEventReportError!]! non-null object
Returned by
transactionEventReport mutation
Was this page helpful?