Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanPricingPolicyValueInput
The input fields required to create or update a pricing policy adjustment value.
Signature:
export interface SellingPlanPricingPolicyValueInput
Property | Modifiers | Type | Description |
---|---|---|---|
fixedValue? | InputMaybe<Scalars[‘Decimal’][‘input’]> | (Optional) The fixed value for an fixed amount off or a new policy price. | |
percentage? | InputMaybe<Scalars[‘Float’][‘input’]> | (Optional) The percentage value. |