Skip to main content

OrderPaid Object

Payment has been made. The order may be partially or fully paid.

type OrderPaid implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
order: Order
}

Fields

OrderPaid.issuedAt ● DateTime scalar miscellaneous

Time of the event.

OrderPaid.version ● String scalar miscellaneous

Saleor version that triggered the event.

OrderPaid.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

OrderPaid.recipient ● App object apps

The application receiving the webhook.

OrderPaid.order ● Order object orders

The order the event relates to.

Interfaces

Event interface miscellaneous

Returned By

orderPaid subscription