OrderFullyRefunded
The order is fully refunded.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.
type OrderFullyRefunded implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
order: Order
}
Fields
OrderFullyRefunded.issuedAt ● DateTime scalar
Time of the event.
OrderFullyRefunded.version ● String scalar
Saleor version that triggered the event.
OrderFullyRefunded.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
OrderFullyRefunded.recipient ● App object
The application receiving the webhook.
OrderFullyRefunded.order ● Order object
The order the event relates to.
Interfaces
Event interface
Was this page helpful?