Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListCompareAtMode
Represents how the compare at price will be determined for a price list.
Signature:
export declare enum PriceListCompareAtMode
Member | Value | Description |
---|---|---|
Adjusted | "ADJUSTED" |
The compare at price is adjusted based on percentage specified in price list. |
Nullify | "NULLIFY" |
The compare at prices are set to null unless explicitly defined by a fixed price value. |