CartAutomaticDiscountAllocation
The discounts automatically applied to the cart line based on prerequisites that have been met.
import { CartAutomaticDiscountAllocation } from '@daffodil/driver/shopify'
type CartAutomaticDiscountAllocation = CartDiscountAllocation & {
__typename?: 'CartAutomaticDiscountAllocation';
discountedAmount: MoneyV2;
title: Scalars['String']['output'];
}
Type | Options |
---|---|
CartAutomaticDiscountAllocation | CartDiscountAllocation & {
__typename?: 'CartAutomaticDiscountAllocation';
discountedAmount: MoneyV2;
title: Scalars['String']['output'];
} |