> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/checkout/llms.txt)
> Source: https://docs.saleor.io/api-reference/checkout/objects/checkout-delivery-method-update

# CheckoutDeliveryMethodUpdate Object

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.

Triggers the following webhook events:

-   SHIPPING\_LIST\_METHODS\_FOR\_CHECKOUT (sync): Triggered when updating the checkout delivery method with the external one.
-   CHECKOUT\_FILTER\_SHIPPING\_METHODS (sync): Optionally triggered when cached filtered shipping methods are invalid.
-   CHECKOUT\_UPDATED (async): A checkout was updated.

```graphql
type CheckoutDeliveryMethodUpdate {
  checkout: Checkout
  errors: [CheckoutError!]!
}
```

<a id="fields"></a>

### Fields

<a id="checkout"></a>

#### [`checkout`](#checkout) ● [`Checkout`](/api-reference/checkout/objects/checkout.md)

An updated checkout.

<a id="errors"></a>

#### [`errors`](#errors) ● [`[CheckoutError!]!`](/api-reference/checkout/objects/checkout-error.md)

<a id="returned-by"></a>

### Returned By

[`checkoutDeliveryMethodUpdate`](/api-reference/checkout/mutations/checkout-delivery-method-update.md) mutation
