> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "UpdateCartSelectedShippingOptionsInput"
description: "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)


---

*Powered by [holocron.so](https://holocron.so)*
