GitHub

SellingPlanFixedPriceAdjustment

A fixed price adjustment for a variant that's purchased with a selling plan.

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