GitHub

ShopifySellingPlanFixedAmountPriceAdjustment

interface

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

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

interface ShopifySellingPlanFixedAmountPriceAdjustment {
  __typename: "SellingPlanFixedAmountPriceAdjustment"
  adjustmentAmount: ShopifyMoneyV2
}

Properties

__typename
"SellingPlanFixedAmountPriceAdjustment"
adjustmentAmount
ShopifyMoneyV2

The money value of the price adjustment.