ShippingListMethodsForCheckout
List shipping methods for checkout.
Added in Saleor 3.6type ShippingListMethodsForCheckout implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
checkout: Checkout
shippingMethods: [ShippingMethod!]
}
Fields
ShippingListMethodsForCheckout.issuedAt ● DateTime scalar
Time of the event.
ShippingListMethodsForCheckout.version ● String scalar
Saleor version that triggered the event.
ShippingListMethodsForCheckout.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
ShippingListMethodsForCheckout.recipient ● App object
The application receiving the webhook.
ShippingListMethodsForCheckout.checkout ● Checkout object
The checkout the event relates to.
ShippingListMethodsForCheckout.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?