GitHub

SellingPlanPercentagePriceAdjustment

A percentage amount that's deducted from the original variant price. For example, 10% off.

import { SellingPlanPercentagePriceAdjustment } from '@daffodil/driver/shopify'
type SellingPlanPercentagePriceAdjustment = {
    __typename?: 'SellingPlanPercentagePriceAdjustment';
    adjustmentPercentage: Scalars['Int']['output'];
}
Type Options
SellingPlanPercentagePriceAdjustment { __typename?: 'SellingPlanPercentagePriceAdjustment'; adjustmentPercentage: Scalars['Int']['output']; }