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 miscellaneous
Time of the event.
ShippingListMethodsForCheckout.version
● String
scalar miscellaneous
Saleor version that triggered the event.
ShippingListMethodsForCheckout.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
ShippingListMethodsForCheckout.recipient
● App
object apps
The application receiving the webhook.
ShippingListMethodsForCheckout.checkout
● Checkout
object checkout
The checkout the event relates to.
ShippingListMethodsForCheckout.shippingMethods
● [ShippingMethod!]
list object shipping
Shipping methods that can be used with this checkout.
Added in Saleor 3.6