CheckoutUpdated Object
Event sent when checkout is updated.
type CheckoutUpdated implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  checkout: Checkout
}
Fields
CheckoutUpdated.issuedAt ● DateTime scalar miscellaneous
Time of the event.
CheckoutUpdated.version ● String scalar miscellaneous
Saleor version that triggered the event.
CheckoutUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
CheckoutUpdated.recipient ● App object apps
The application receiving the webhook.
CheckoutUpdated.checkout ● Checkout object checkout
The checkout the event relates to.