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

---
title: "SelectedShippingOption"
description: "Represents shipping option selected for a store."
---

## Fields

***

<ParamField path="store" type="String!" required>
  The store the shipping option is selected for.
</ParamField>

<Note>
  **This field must be equal to [`AmazonStore.store`](/api-reference/amazonstore#fields) or [`ShopifyStore.store`](/api-reference/shopifystore#fields) fields.**

  For Amazon store the value is always `amazon`
</Note>

<ParamField path="shippingId" type="String!" required>
  The ID of the shipping option selected.
</ParamField>

<Note>
  The id can be retrieved from [`ShopifyOffer.shippingMethods`](/api-reference/shopifyoffer#fields)/[`AmazonOffer.shippingMethods`](/api-reference/amazonoffer)
</Note>

***

## Related types

* [`CartSubmitInput`](/api-reference/cartsubmitinput)
* [`UpdateCartSelectedShippingOptionsInput`](/api-reference/updatecartselectedshippingoptionsinput)


---

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