Skip to main content
Version: 3.x

CheckoutFullyPaid

Event sent when checkout is fully paid with transactions.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
type CheckoutFullyPaid implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
checkout: Checkout
}

Fields

CheckoutFullyPaid.issuedAt ● DateTime scalar

Time of the event.

CheckoutFullyPaid.version ● String scalar

Saleor version that triggered the event.

CheckoutFullyPaid.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

CheckoutFullyPaid.recipient ● App object

The application receiving the webhook.

CheckoutFullyPaid.checkout ● Checkout object

The checkout the event relates to.

Interfaces

Event interface


Was this page helpful?