Skip to main content

ShippingPriceUpdated

Event sent when shipping price is updated.

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

Fields

ShippingPriceUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ShippingPriceUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

ShippingPriceUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ShippingPriceUpdated.recipient ● App object apps

The application receiving the webhook.

ShippingPriceUpdated.shippingMethod ● ShippingMethodType object shipping

The shipping method the event relates to.

ShippingPriceUpdated.shippingMethod.channel ● String scalar miscellaneous

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

ShippingPriceUpdated.shippingZone ● ShippingZone object shipping

The shipping zone the shipping method belongs to.

ShippingPriceUpdated.shippingZone.channel ● String scalar miscellaneous

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

Interfaces

Event interface miscellaneous