Alokai

SetShippingMethodsOnCartOutput

Contains details about the cart after setting the shipping methods.

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

Referenced Types

On this page