checkoutShippingLineUpdate - storefront - MUTATION
Version: 2024-04
Description:
Updates the shipping lines on an existing checkout.
Access Scopes
`unauthenticated_write_checkouts` access scope.
Arguments
checkoutId
: ID! - The ID of the checkout.
shippingRateHandle
: String! - A unique identifier to a Checkout’s shipping provider, price, and title combination, enabling the customer to select the availableShippingRates.
Returns
checkout
: Checkout The updated checkout object.
checkoutUserErrors
: CheckoutUserError! The list of errors that occurred from executing the mutation.
userErrors
: UserError! The list of errors that occurred from executing the mutation.
Examples