CheckoutUpdated
Event sent when checkout is updated.
Added in Saleor 3.2type CheckoutUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
checkout: Checkout
}
Fields
CheckoutUpdated.issuedAt ● DateTime scalar
Time of the event.
CheckoutUpdated.version ● String scalar
Saleor version that triggered the event.
CheckoutUpdated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
CheckoutUpdated.recipient ● App object
The application receiving the webhook.
CheckoutUpdated.checkout ● Checkout object
The checkout the event relates to.
Interfaces
Event interface
Was this page helpful?