Skip to main content
Version: 3.x

CheckoutFilterShippingMethods

Filter shipping methods for checkout.

Added in Saleor 3.6
type CheckoutFilterShippingMethods implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
checkout: Checkout
shippingMethods: [ShippingMethod!]
}

Fields

CheckoutFilterShippingMethods.issuedAt ● DateTime scalar

Time of the event.

CheckoutFilterShippingMethods.version ● String scalar

Saleor version that triggered the event.

CheckoutFilterShippingMethods.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

CheckoutFilterShippingMethods.recipient ● App object

The application receiving the webhook.

CheckoutFilterShippingMethods.checkout ● Checkout object

The checkout the event relates to.

CheckoutFilterShippingMethods.shippingMethods ● [ShippingMethod!] list object

Shipping methods that can be used with this checkout.

Added in Saleor 3.6

Interfaces

Event interface


Was this page helpful?