stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanFixedPricingPolicyInput

AdminTypes.SellingPlanFixedPricingPolicyInput interface

The input fields required to create or update a fixed selling plan pricing policy.

Signature:

export interface SellingPlanFixedPricingPolicyInput 

Properties

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.