stack

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

AdminTypes.PriceListPriceOriginType enum

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 

Enumeration Members

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.