--- title: SellingPlanPriceAdjustment - Storefront API description: Represents by how much the price of a variant associated with a selling plan is adjusted. Each variant can have up to two price adjustments. If a variant has multiple price adjustments, then the first price adjustment applies when the variant is initially purchased. The second price adjustment applies after a certain number of orders (specified by the `orderCount` field) are made. If a selling plan doesn't have any price adjustments, then the unadjusted price of the variant is the effective price. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanPriceAdjustment md: https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanPriceAdjustment.md --- # Selling​Plan​Price​Adjustment object Requires `unauthenticated_read_selling_plans` access scope. Represents by how much the price of a variant associated with a selling plan is adjusted. Each variant can have up to two price adjustments. If a variant has multiple price adjustments, then the first price adjustment applies when the variant is initially purchased. The second price adjustment applies after a certain number of orders (specified by the `orderCount` field) are made. If a selling plan doesn't have any price adjustments, then the unadjusted price of the variant is the effective price. ## Fields * adjustment​Value [Selling​Plan​Price​Adjustment​Value!](https://shopify.dev/docs/api/storefront/latest/unions/SellingPlanPriceAdjustmentValue) non-null The type of price adjustment. An adjustment value can have one of three types: percentage, amount off, or a new price. * order​Count [Int](https://shopify.dev/docs/api/storefront/latest/scalars/Int) The number of orders that the price adjustment applies to. If the price adjustment always applies, then this field is `null`. *** ## Map ### Fields with this object * {}[SellingPlan.priceAdjustments](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlan#field-SellingPlan.fields.priceAdjustments)