TransactionRefundRequested
Event sent when transaction refund is requested.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
type TransactionRefundRequested implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
transaction: TransactionItem
action: TransactionAction!
}
Fields
TransactionRefundRequested.issuedAt ● DateTime scalar
Time of the event.
TransactionRefundRequested.version ● String scalar
Saleor version that triggered the event.
TransactionRefundRequested.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
TransactionRefundRequested.recipient ● App object
The application receiving the webhook.
TransactionRefundRequested.transaction ● TransactionItem object
Look up a transaction.
TransactionRefundRequested.action ● TransactionAction! non-null object
Requested action data.
Interfaces
Event interface
Was this page helpful?