CheckoutFilterShippingMethods Object
Filter shipping methods for checkout.
type CheckoutFilterShippingMethods implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  checkout: Checkout
  shippingMethods: [ShippingMethod!]
}
Fields
CheckoutFilterShippingMethods.issuedAt ● DateTime scalar miscellaneous
Time of the event.
CheckoutFilterShippingMethods.version ● String scalar miscellaneous
Saleor version that triggered the event.
CheckoutFilterShippingMethods.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
CheckoutFilterShippingMethods.recipient ● App object apps
The application receiving the webhook.
CheckoutFilterShippingMethods.checkout ● Checkout object checkout
The checkout the event relates to.
CheckoutFilterShippingMethods.shippingMethods ● [ShippingMethod!] list object shipping
Shipping methods that can be used with this checkout.