GitHub

SellingPlanFixedAmountPriceAdjustment

A fixed amount that's deducted from the original variant price. For example, $10.00 off.

import { SellingPlanFixedAmountPriceAdjustment } from '@daffodil/driver/shopify'
type SellingPlanFixedAmountPriceAdjustment = {
    __typename?: 'SellingPlanFixedAmountPriceAdjustment';
    adjustmentAmount: MoneyV2;
}
Type Options
SellingPlanFixedAmountPriceAdjustment { __typename?: 'SellingPlanFixedAmountPriceAdjustment'; adjustmentAmount: MoneyV2; }