EstimateTotalsOutput
Estimate totals output.
type EstimateTotalsOutput = {
__typename?: 'EstimateTotalsOutput'; /** Cart after totals estimation */
cart?: Maybe<Cart>;
};Estimate totals output.
type EstimateTotalsOutput = {
__typename?: 'EstimateTotalsOutput'; /** Cart after totals estimation */
cart?: Maybe<Cart>;
};