--- title: SellingPlanPricingPolicyBase - GraphQL Admin description: Represents selling plan pricing policy common fields. api_version: 2025-10 api_name: admin type: interface api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-10/interfaces/SellingPlanPricingPolicyBase md: >- https://shopify.dev/docs/api/admin-graphql/2025-10/interfaces/SellingPlanPricingPolicyBase.md metadata: domain: admin --- # Selling​Plan​Pricing​Policy​Base interface Requires `read_products` access scope. Represents selling plan pricing policy common fields. ## Fields * adjustment​Type [Selling​Plan​Pricing​Policy​Adjustment​Type!](https://shopify.dev/docs/api/admin-graphql/2025-10/enums/SellingPlanPricingPolicyAdjustmentType) non-null The price adjustment type. * adjustment​Value [Selling​Plan​Pricing​Policy​Adjustment​Value!](https://shopify.dev/docs/api/admin-graphql/2025-10/unions/SellingPlanPricingPolicyAdjustmentValue) non-null The price adjustment value. *** ##### Variables ```json { "adjustmentType": "", "adjustmentValue": "" } ``` ##### Schema ```graphql interface SellingPlanPricingPolicyBase { adjustmentType: SellingPlanPricingPolicyAdjustmentType! adjustmentValue: SellingPlanPricingPolicyAdjustmentValue! } ```