cartSelectedDeliveryOptionsUpdate - storefront - MUTATION
Version: 2024-04
Description:
Update the selected delivery options for a delivery group.
Access Scopes
Arguments
-
cartId:
ID! -
The ID of the cart.
-
selectedDeliveryOptions:
CartSelectedDeliveryOptionInput! -
The selected delivery options.
The input must not contain more than `250` values.
Returns
-
cart:
Cart
The updated cart.
-
userErrors:
CartUserError!
The list of errors that occurred from executing the mutation.
Examples