> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdateCartSelectedShippingOptionsInput

> The input fields to provide the necessary information to update a shipping method associated with a specific store

## Fields

***

<ParamField path="id" type={<>ID!</>} required>
  The ID of the cart that the user wants to update the selected shipping options for.
</ParamField>

<ParamField path="shippingOptions" type={<><a href="/api-reference/selectedshippingoption">[SelectedShippingOption!]!</a></>} required>
  The `SelectedShippingOption` object containing the updated selected shipping option information. If multiple shipping options are selected for a store, the last one selected will be used.
</ParamField>

## Mutations

* [`updateCartSelectedShippingOptions`](/api-reference/updatecartselectedshippingoptions)

***

## Related types

* [`SelectedShippingOption`](/api-reference/selectedshippingoption)
