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
Time of the event.
CheckoutCreated.version
● String
scalar
Saleor version that triggered the event.
CheckoutCreated.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
CheckoutCreated.recipient
● App
object
The application receiving the webhook.
CheckoutCreated.checkout
● Checkout
object
The checkout the event relates to.