Skip to main content

CheckoutDeliveryMethodUpdate

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

Added in Saleor 3.1
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?