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

# CheckoutShippingMethodUpdate Object

Updates the shipping method of the checkout.

Triggers the following webhook events:

-   SHIPPING\_LIST\_METHODS\_FOR\_CHECKOUT (sync): Triggered when updating the checkout shipping 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 CheckoutShippingMethodUpdate {
  checkout: Checkout
  checkoutErrors: [CheckoutError!]! @deprecated
  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)

Show deprecatedHide deprecated

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

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

DEPRECATED

Use `errors` field instead.

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

### Returned By

[`checkoutShippingMethodUpdate`](/api-reference/deprecated/checkout/mutations/checkout-shipping-method-update.md) mutation
