OrderRefunded Object
The order received a refund. The order may be partially or fully refunded.
type OrderRefunded implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
order: Order
}
Fields
OrderRefunded.issuedAt ● DateTime scalar miscellaneous
Time of the event.
OrderRefunded.version ● String scalar miscellaneous
Saleor version that triggered the event.
OrderRefunded.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
OrderRefunded.recipient ● App object apps
The application receiving the webhook.
OrderRefunded.order ● Order object orders
The order the event relates to.
Interfaces
Event interface miscellaneous
Returned By
orderRefunded subscription