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