Alokai

AddDownloadableProductsToCartOutput

Contains details about the cart after adding downloadable products.

type AddDownloadableProductsToCartOutput = {
  __typename?: 'AddDownloadableProductsToCartOutput'; /** The cart after adding products. */
  cart: Cart;
};

Referenced Types

On this page