import { ShopifySellingPlanFixedPriceAdjustment } from '@daffodil/driver/shopify'
A fixed price adjustment for a variant that's purchased with a selling plan.
interface ShopifySellingPlanFixedPriceAdjustment {
__typename: "SellingPlanFixedPriceAdjustment"
price: ShopifyMoneyV2
}
__typename "SellingPlanFixedPriceAdjustment" |
|---|
price ShopifyMoneyV2 |
|---|
A new price of the variant when it's purchased with the selling plan. |