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