Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanFixedPricingPolicyInput
The input fields required to create or update a fixed selling plan pricing policy.
Signature:
export interface SellingPlanFixedPricingPolicyInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| adjustmentType? | InputMaybe<SellingPlanPricingPolicyAdjustmentType | `${SellingPlanPricingPolicyAdjustmentType}`> | (Optional) Price adjustment type defined by the policy. | |
| adjustmentValue? | InputMaybe<SellingPlanPricingPolicyValueInput> | (Optional) Price adjustment value defined by the policy. | |
| id? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) ID of the pricing policy. |