Skip to main content

PriceSpecificationType

Available price specification types.

enum PriceSpecificationType {
SALES
PURCHASE
LOWEST_HISTORIC_PRICE
PROMOTION
}

Values

PriceSpecificationType.SALES

A regular sales price for the item. This is the normal price used when selling the item. It must have a from date, and an optional to date. Sales prices can be scheduled into the future. A from date in the future indicates a future sales price.

PriceSpecificationType.PURCHASE

The price the item is purchased for from a given supplier. This PriceSpecification should be used with Ordering Alternatives for a given Supplier.

PriceSpecificationType.LOWEST_HISTORIC_PRICE

Directive 98/6/EC - Article 6a requirement. Shows the lowest price within the last 30 days.

PriceSpecificationType.PROMOTION

The price for the item when it is part of a promotion. It can be placed on any level in the price level hierarchy all the way down to the leaf level (business unit).

Member Of

PriceSpecification object