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