Skip to main content

Interface: PriceType

A price type option for configurator pricing.

This interface represents a pricing strategy or tier that can be selected in the configurator, such as retail pricing, wholesale pricing, or cost pricing. Available price types vary based on user permissions and customer configuration.

Properties

defaultPriceType?

optional defaultPriceType: boolean

Whether this is the default price type.

When true, this price type is automatically selected when the configurator loads or when changing contexts.


label

label: string

Display name for this price type.

This human-readable label appears in price type selectors and identifies the pricing strategy to users.


type

type: PriceTypeEnum

Identifier code for this price type.

This is the internal code that identifies the specific pricing calculation method and rules to apply.