UpdateCartSelectedShippingOptionsInput

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

Fields


id: ID!

The ID of the cart that the user wants to update the selected shipping options for.


shippingOptions: [SelectedShippingOption!]!

The SelectedShippingOption object containing the updated selected shipping option information.


Mutations


Related types