GitHub

SellingPlanPercentagePriceAdjustment

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

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

type SellingPlanPercentagePriceAdjustment = {
    __typename?: 'SellingPlanPercentagePriceAdjustment';
    adjustmentPercentage: Scalars['Int']['output'];
}