Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanPricingPolicyAdjustmentType
Represents a selling plan pricing policy adjustment type.
Signature:
export declare enum SellingPlanPricingPolicyAdjustmentType
Member | Value | Description |
---|---|---|
FixedAmount | "FIXED_AMOUNT" |
Fixed amount off adjustment. |
Percentage | "PERCENTAGE" |
Percentage off adjustment. |
Price | "PRICE" |
Price of the policy. |