Skip to main content
Version: 3.x

CheckoutDeliveryMethodUpdate

Updates the delivery method (shipping method or pick up point) of the checkout.

Added in Saleor 3.1

Triggers 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

An updated checkout.

CheckoutDeliveryMethodUpdate.errors ● [CheckoutError!]! non-null object

Returned by

checkoutDeliveryMethodUpdate mutation


Was this page helpful?