# SellingPlanPricingPolicyBase - admin-graphql - INTERFACE Version: 2024-10 ## Description Represents selling plan pricing policy common fields. ### 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. ## Connections ## Types implemented in * [SellingPlanFixedPricingPolicy](/docs/api/admin-graphql/2024-10/objects/SellingPlanFixedPricingPolicy) * [SellingPlanRecurringPricingPolicy](/docs/api/admin-graphql/2024-10/objects/SellingPlanRecurringPricingPolicy) ## Examples