--- title: SellingPlanPercentagePriceAdjustment - Storefront API description: >- A percentage amount that's deducted from the original variant price. For example, 10% off. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/objects/SellingPlanPercentagePriceAdjustment md: >- https://shopify.dev/docs/api/storefront/2024-10/objects/SellingPlanPercentagePriceAdjustment.txt --- # Selling​Plan​Percentage​Price​Adjustment object Requires `unauthenticated_read_selling_plans` access scope. A percentage amount that's deducted from the original variant price. For example, 10% off. ## Fields * adjustment​Percentage [Int!](https://shopify.dev/docs/api/storefront/2024-10/scalars/Int) non-null The percentage value of the price adjustment. *** ## Map ### Possible type in * [Selling​Plan​Price​Adjustment​Value](https://shopify.dev/docs/api/storefront/2024-10/unions/SellingPlanPriceAdjustmentValue)