GitHub

ShopifySellingPlanPercentagePriceAdjustment

interface

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

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

interface ShopifySellingPlanPercentagePriceAdjustment {
  __typename: "SellingPlanPercentagePriceAdjustment"
  adjustmentPercentage: number
}

Properties

__typename
"SellingPlanPercentagePriceAdjustment"
adjustmentPercentage
number

The percentage value of the price adjustment.