RemoveCouponFromCartOutput
Contains details about the cart after removing a coupon.
type RemoveCouponFromCartOutput = {
__typename?: 'RemoveCouponFromCartOutput'; /** The cart after removing a coupon. */
cart?: Maybe<Cart>;
};Contains details about the cart after removing a coupon.
type RemoveCouponFromCartOutput = {
__typename?: 'RemoveCouponFromCartOutput'; /** The cart after removing a coupon. */
cart?: Maybe<Cart>;
};