Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListPriceOriginType
Represents the origin of a price, either fixed (defined on the price list) or relative (calculated using a price list adjustment configuration).
Signature:
export declare enum PriceListPriceOriginType
Member | Value | Description |
---|---|---|
Fixed | "FIXED" |
The price is defined on the price list. |
Relative | "RELATIVE" |
The price is relative to the adjustment type and value. |