OrderCreated Object
Event sent when new order is created.
type OrderCreated implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  order: Order
}
Fields
OrderCreated.issuedAt ● DateTime scalar miscellaneous
Time of the event.
OrderCreated.version ● String scalar miscellaneous
Saleor version that triggered the event.
OrderCreated.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
OrderCreated.recipient ● App object apps
The application receiving the webhook.
OrderCreated.order ● Order object orders
The order the event relates to.
Interfaces
Event interface miscellaneous
Returned By
orderCreated subscription