Skip to main content

PriceElementType

Classification of price elements used in pricing calculations and display logic.

Defines the type of pricing component being processed, enabling proper handling of different price sources and calculation methods in the pricing engine.

enum PriceElementType {
BULK_COST_PRICE
BULK_SALES_PRICE
PRICESHEET
DEFAULT
}

Values

PriceElementType.BULK_COST_PRICE

Volume-based cost pricing tier.

Represents cost prices that apply to specific quantity ranges, enabling volume purchasing advantages and margin calculations based on purchase quantities.

PriceElementType.BULK_SALES_PRICE

Volume-based sales pricing tier.

Represents sales prices that apply to specific quantity ranges, enabling volume discounts and tiered pricing strategies for customer purchases.

PriceElementType.PRICESHEET

Pricesheet-based pricing context.

Represents pricing derived from pricesheet assignments, enabling customer-specific pricing and channel-based pricing strategies.

PriceElementType.DEFAULT

Default base pricing.

Represents standard pricing without special conditions, used as fallback when no specific pricing rules apply or as base price for calculations.

Member Of

ProductPrice object