ShippingZoneCreated
Event sent when new shipping zone is created.
Added in Saleor 3.2type ShippingZoneCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
shippingZone(channel: String): ShippingZone
}
Fields
ShippingZoneCreated.issuedAt
● DateTime
scalar
Time of the event.
ShippingZoneCreated.version
● String
scalar
Saleor version that triggered the event.
ShippingZoneCreated.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
ShippingZoneCreated.recipient
● App
object
The application receiving the webhook.
ShippingZoneCreated.shippingZone
● ShippingZone
object
The shipping zone the event relates to.
ShippingZoneCreated.shippingZone.channel
●String
scalarSlug of a channel for which the data should be returned.