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