Skip to main content

ShippingPriceDeleted

Event sent when shipping price is deleted.

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

Fields

ShippingPriceDeleted.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ShippingPriceDeleted.version ● String scalar miscellaneous

Saleor version that triggered the event.

ShippingPriceDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ShippingPriceDeleted.recipient ● App object apps

The application receiving the webhook.

ShippingPriceDeleted.shippingMethod ● ShippingMethodType object shipping

The shipping method the event relates to.

ShippingPriceDeleted.shippingMethod.channel ● String scalar miscellaneous

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

ShippingPriceDeleted.shippingZone ● ShippingZone object shipping

The shipping zone the shipping method belongs to.

ShippingPriceDeleted.shippingZone.channel ● String scalar miscellaneous

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

Interfaces

Event interface miscellaneous