--- title: SellingPlanAllocationPriceAdjustment - Storefront API description: The resulting prices for variants when they're purchased with a specific selling plan. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanAllocationPriceAdjustment md: https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanAllocationPriceAdjustment.md --- # Selling​Plan​Allocation​Price​Adjustment object Requires `unauthenticated_read_selling_plans` access scope. The resulting prices for variants when they're purchased with a specific selling plan. ## Fields * compare​At​Price [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null The price of the variant when it's purchased without a selling plan for the same number of deliveries. For example, if a customer purchases 6 deliveries of $10.00 granola separately, then the price is 6 x $10.00 = $60.00. * per​Delivery​Price [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null 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. * price [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null 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. * unit​Price [Money​V2](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) The resulting price per unit for the variant associated with the selling plan. If the variant isn't sold by quantity or measurement, then this field returns `null`. *** ## Map ### Fields with this object * {}[SellingPlanAllocation.priceAdjustments](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanAllocation#field-SellingPlanAllocation.fields.priceAdjustments)