SellingPlanPricingPolicyBase interface
Represents selling plan pricing policy common fields.
Fields
- adjustmentType (
[SellingPlanPricingPolicyAdjustmentType!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanpricingpolicyadjustmenttype)
)
The price adjustment type. - adjustmentValue (
[SellingPlanPricingPolicyAdjustmentValue!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanpricingpolicyadjustmentvalue)
)
The price adjustment value.
Types that implement SellingPlanPricingPolicyBase
[SellingPlanFixedPricingPolicy](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanfixedpricingpolicy)
[SellingPlanRecurringPricingPolicy](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanrecurringpricingpolicy)