Input
UpdateCartSelectedShippingOptionsInput
The input fields to provide the necessary information to update a shipping method associated with a specific store
Fields
id
ID!
requiredThe ID of the cart that the user wants to update the selected shipping options for.
shippingOptions
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.
Mutations
Related types
Was this page helpful?