--- title: SellingPlanFixedAmountPriceAdjustment - Storefront API description: A fixed amount that's deducted from the original variant price. For example, $10.00 off. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/sellingplanfixedamountpriceadjustment md: https://shopify.dev/docs/api/storefront/unstable/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/unstable/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/unstable/unions/SellingPlanPriceAdjustmentValue)