ShippingZoneUpdated
Event sent when shipping zone is updated.
Added in Saleor 3.2type ShippingZoneUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
shippingZone(channel: String): ShippingZone
}
Fields
ShippingZoneUpdated.issuedAt ● DateTime scalar
Time of the event.
ShippingZoneUpdated.version ● String scalar
Saleor version that triggered the event.
ShippingZoneUpdated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
ShippingZoneUpdated.recipient ● App object
The application receiving the webhook.
ShippingZoneUpdated.shippingZone ● ShippingZone object
The shipping zone the event relates to.
ShippingZoneUpdated.shippingZone.channel●StringscalarSlug of a channel for which the data should be returned.
Interfaces
Event interface
Was this page helpful?