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