Skip to main content

OrderFullyRefunded Object

The order is fully refunded.

type OrderFullyRefunded implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
order: Order
}

Fields

OrderFullyRefunded.issuedAt ● DateTime scalar miscellaneous

Time of the event.

OrderFullyRefunded.version ● String scalar miscellaneous

Saleor version that triggered the event.

OrderFullyRefunded.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

OrderFullyRefunded.recipient ● App object apps

The application receiving the webhook.

OrderFullyRefunded.order ● Order object orders

The order the event relates to.

Interfaces

Event interface miscellaneous

Returned By

orderFullyRefunded subscription