Skip to main content

ShippingZoneUpdated

Event sent when shipping zone is updated.

Added in Saleor 3.2
type ShippingZoneUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
shippingZone(channel: String): ShippingZone
}

Fields

ShippingZoneUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ShippingZoneUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

ShippingZoneUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ShippingZoneUpdated.recipient ● App object apps

The application receiving the webhook.

ShippingZoneUpdated.shippingZone ● ShippingZone object shipping

The shipping zone the event relates to.

ShippingZoneUpdated.shippingZone.channel ● String scalar miscellaneous

Slug of a channel for which the data should be returned.

Interfaces

Event interface miscellaneous