CheckoutDeliveryMethodUpdate
Updates the delivery method (shipping method or pick up point) of the checkout. Updates the checkout shipping_address for click and collect delivery for a warehouse address.
Added in Saleor 3.1Triggers the following webhook events:
- SHIPPING_LIST_METHODS_FOR_CHECKOUT (sync): Triggered when updating the checkout delivery method with the external one.
- CHECKOUT_UPDATED (async): A checkout was updated.
type CheckoutDeliveryMethodUpdate {
checkout: Checkout
errors: [CheckoutError!]!
}
Fields
CheckoutDeliveryMethodUpdate.checkout
● Checkout
object checkout
An updated checkout.
CheckoutDeliveryMethodUpdate.errors
● [CheckoutError!]!
non-null object checkout
Returned By
checkoutDeliveryMethodUpdate
mutation