GitHub

CartCodeDiscountAllocation

import { CartCodeDiscountAllocation } from '@daffodil/driver/shopify'

The discount that has been applied to the cart line using a discount code.

type CartCodeDiscountAllocation = CartDiscountAllocation & {
    __typename?: 'CartCodeDiscountAllocation';
    code: Scalars['String']['output'];
    discountedAmount: MoneyV2;
}