Skip to main content

OrderUpdated

Event sent when order is updated.

Added in Saleor 3.2
type OrderUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
order: Order
}

Fields

OrderUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

OrderUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

OrderUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

OrderUpdated.recipient ● App object apps

The application receiving the webhook.

OrderUpdated.order ● Order object orders

The order the event relates to.

Interfaces

Event interface miscellaneous