<div class="doc-version" data-version="unstable">
  <p>The resulting prices for variants when they're purchased with a specific selling plan.</p>
    <div>
    <h2 id="on-this-page">On this page</h2>
    <ul>
      <li>
        <a href="#fields-unstable">
          Fields
        </a>
      </li>
      <li>
        <a href="#types-that-return-sellingplanallocationpriceadjustment-unstable">
          Types that return SellingPlanAllocationPriceAdjustment
        </a>
      </li>
    </ul>
  </div>
<h2 id="fields-unstable">
  Fields
</h2>
  <ul class="fields">
      <li>
        <div class="field" id="perdeliveryprice-unstable">
          <div class="field-name">
            perDeliveryPrice
            (<a href="/api/functions/reference/pickup-point-delivery-option-generator/graphql/common-objects/moneyv2"><code>MoneyV2!</code></a>)
          </div>
          <div>
            <p>The effective price for a single delivery. For example, for a prepaid subscription plan that includes 6 deliveries at the price of $48.00, the per delivery price is $8.00.</p>
          </div>
        </div>
      </li>
      <li>
        <div class="field" id="price-unstable">
          <div class="field-name">
            price
            (<a href="/api/functions/reference/pickup-point-delivery-option-generator/graphql/common-objects/moneyv2"><code>MoneyV2!</code></a>)
          </div>
          <div>
            <p>The price of the variant when it's purchased with a selling plan For example, for a prepaid subscription plan that includes 6 deliveries of $10.00 granola, where the customer gets 20% off, the price is 6 x $10.00 x 0.80 = $48.00.</p>
          </div>
        </div>
      </li>
  </ul>
  <h2 id="types-that-return-sellingplanallocationpriceadjustment-unstable">
    Types that return SellingPlanAllocationPriceAdjustment
  </h2>
  <ul>
    <li>
      <a href="/api/functions/reference/pickup-point-delivery-option-generator/graphql/common-objects/sellingplanallocation#priceadjustments-unstable">
        <code>SellingPlanAllocation.priceAdjustments</code>
      </a>
    </li>
  </ul>
</div>