Skip to main content
Version: 3.x

ShippingPriceCreated

Event sent when new shipping price is created.

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

Fields

ShippingPriceCreated.issuedAt ● DateTime scalar

Time of the event.

ShippingPriceCreated.version ● String scalar

Saleor version that triggered the event.

ShippingPriceCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

ShippingPriceCreated.recipient ● App object

The application receiving the webhook.

ShippingPriceCreated.shippingMethod ● ShippingMethodType object

The shipping method the event relates to.

ShippingPriceCreated.shippingMethod.channel ● String scalar

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

ShippingPriceCreated.shippingZone ● ShippingZone object

The shipping zone the shipping method belongs to.

ShippingPriceCreated.shippingZone.channel ● String scalar

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

Interfaces

Event interface


Was this page helpful?