> ## 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.

# SelectedShippingOption

> 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/shopifyofferobject#fields)/[`AmazonOffer.shippingMethods`](/api-reference/amazonofferobject)
</Note>

***

## Related types

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