SetShippingMethodsOnCartOutput
Contains details about the cart after setting the shipping methods.
type SetShippingMethodsOnCartOutput = {
__typename?: 'SetShippingMethodsOnCartOutput'; /** The cart after setting the shipping methods. */
cart: Cart;
};