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