Skip to main content

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 miscellaneous

Time of the event.

ShippingPriceCreated.version ● String scalar miscellaneous

Saleor version that triggered the event.

ShippingPriceCreated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ShippingPriceCreated.recipient ● App object apps

The application receiving the webhook.

ShippingPriceCreated.shippingMethod ● ShippingMethodType object shipping

The shipping method the event relates to.

ShippingPriceCreated.shippingMethod.channel ● String scalar miscellaneous

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

ShippingPriceCreated.shippingZone ● ShippingZone object shipping

The shipping zone the shipping method belongs to.

ShippingPriceCreated.shippingZone.channel ● String scalar miscellaneous

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

Interfaces

Event interface miscellaneous