Skip to main content
Version: 3.x

OrderFullyPaid

Event sent when order is fully paid.

Added in Saleor 3.2
type OrderFullyPaid implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
order: Order
}

Fields

OrderFullyPaid.issuedAt ● DateTime scalar

Time of the event.

OrderFullyPaid.version ● String scalar

Saleor version that triggered the event.

OrderFullyPaid.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

OrderFullyPaid.recipient ● App object

The application receiving the webhook.

OrderFullyPaid.order ● Order object

The order the event relates to.

Interfaces

Event interface


Was this page helpful?