Skip to main content

TransactionRefundRequested Object

Event sent when transaction refund is requested.

type TransactionRefundRequested implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
transaction: TransactionItem
action: TransactionAction!
grantedRefund: OrderGrantedRefund
}

Fields

issuedAt ● DateTime

Time of the event.

version ● String

Saleor version that triggered the event.

issuingPrincipal ● IssuingPrincipal

The user or application that triggered the event.

recipient ● App

The application receiving the webhook.

transaction ● TransactionItem

Look up a transaction.

action ● TransactionAction!

Requested action data.

grantedRefund ● OrderGrantedRefund

Granted refund related to refund request.

This API is currently in Feature Preview and can be subject to changes at later point.

Interfaces

Event