GitHub

SellingPlanAllocationPriceAdjustment

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

import { SellingPlanAllocationPriceAdjustment } from '@daffodil/driver/shopify'
type SellingPlanAllocationPriceAdjustment = {
    __typename?: 'SellingPlanAllocationPriceAdjustment';
    compareAtPrice: MoneyV2;
    perDeliveryPrice: MoneyV2;
    price: MoneyV2;
    unitPrice?: Maybe<MoneyV2>;
}
Type Options
SellingPlanAllocationPriceAdjustment { __typename?: 'SellingPlanAllocationPriceAdjustment'; compareAtPrice: MoneyV2; perDeliveryPrice: MoneyV2; price: MoneyV2; unitPrice?: Maybe<MoneyV2>; }