--- title: SellingPlanFixedAmountPriceAdjustment - Storefront API description: A fixed amount that's deducted from the original variant price. For example, $10.00 off. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanFixedAmountPriceAdjustment md: https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanFixedAmountPriceAdjustment.md --- # Selling​Plan​Fixed​Amount​Price​Adjustment object Requires `unauthenticated_read_selling_plans` access scope. A fixed amount that's deducted from the original variant price. For example, $10.00 off. ## Fields * adjustment​Amount [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null The money value of the price adjustment. *** ## Map ### Possible type in * [Selling​Plan​Price​Adjustment​Value](https://shopify.dev/docs/api/storefront/latest/unions/SellingPlanPriceAdjustmentValue)