GitHub

SellingPlanAllocationPriceAdjustment

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

The resulting prices for variants when they're purchased with a specific selling plan.

type SellingPlanAllocationPriceAdjustment = {
    __typename?: 'SellingPlanAllocationPriceAdjustment';
    compareAtPrice: MoneyV2;
    perDeliveryPrice: MoneyV2;
    price: MoneyV2;
    unitPrice?: Maybe<MoneyV2>;
}