# SellingPlanFixedPricingPolicy - admin-graphql - OBJECT Version: 2024-10 ## Description Represents the pricing policy of a subscription or deferred purchase option selling plan. The selling plan fixed pricing policy works with the billing and delivery policy to determine the final price. Discounts are divided among fulfillments. For example, a subscription with a $10 discount and two deliveries will have a $5 discount applied to each delivery. ### Access Scopes `read_products` access scope. ## Fields * [adjustmentType](/docs/api/admin-graphql/2024-10/enums/SellingPlanPricingPolicyAdjustmentType): SellingPlanPricingPolicyAdjustmentType! - The price adjustment type. * [adjustmentValue](/docs/api/admin-graphql/2024-10/unions/SellingPlanPricingPolicyAdjustmentValue): SellingPlanPricingPolicyAdjustmentValue! - The price adjustment value. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the fixed selling plan pricing policy was created. ## Connections ## Related queries ## Related mutations ## Related Unions * [SellingPlanPricingPolicy](/docs/api/admin-graphql/2024-10/unions/SellingPlanPricingPolicy) Represents the type of pricing associated to the selling plan (for example, a $10 or 20% discount that is set for a limited period or that is fixed for the duration of the subscription). Selling plan pricing policies and associated records (selling plan groups, selling plans, billing policy, and delivery policy) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later. ## Examples