PriceDisplay
Frontend price display configuration options for user interface presentation.
Defines how prices should be formatted and displayed in customer-facing interfaces. Each option provides specific formatting rules for different pricing scenarios and promotional displays.
enum PriceDisplay {
FROM
FROM_FOR
LISTPRICE_OURPRICE
PACKAGE
PER_UOM
ON_REQUEST
DEFAULT
}
Values
PriceDisplay.FROM
Display starting price format.
Shows "Price from [Cheapest price]" format, typically used for products with multiple pricing tiers or volume discounts to indicate the lowest available price.
PriceDisplay.FROM_FOR
Display promotional pricing format with old and new prices.
Shows "Old price [Suggested price] new price [Sale price]" format, used for promotional displays to highlight savings and price reductions.
PriceDisplay.LISTPRICE_OURPRICE
Display comparative pricing format.
Shows "List price [Suggested price] our price [Sale price]" format, used to compare manufacturer's suggested price with the actual selling price.
PriceDisplay.PACKAGE
Display package-based pricing format.
Shows "Price [Sale price/Order unit] per [Order UOM]" format, used for products sold in packages or bulk quantities to show per-unit pricing.
PriceDisplay.PER_UOM
Display unit of measure pricing format.
Shows "Price from [Cheapest price/Package unit] per [Package UOM]" format, used to display pricing per unit of measure for comparison shopping.
PriceDisplay.ON_REQUEST
Display price on request format.
Shows "Price on request" message instead of actual pricing, used for custom products, high-value items, or when pricing requires consultation.
PriceDisplay.DEFAULT
Standard price display format.
Uses the default pricing display without special formatting. Shows the standard price information as configured in the base price settings.
Member Of
Price
object ● PriceCreateInput
input ● PriceUpdateInput
input