RemoveItemFromCartOutput
Contains details about the cart after removing an item.
type RemoveItemFromCartOutput = {
__typename?: 'RemoveItemFromCartOutput'; /** The cart after removing an item. */
cart: Cart;
};Contains details about the cart after removing an item.
type RemoveItemFromCartOutput = {
__typename?: 'RemoveItemFromCartOutput'; /** The cart after removing an item. */
cart: Cart;
};