Skip to main content

PriceSpecificationType

Available price specification types.

enum PriceSpecificationType {
SALES
PURCHASE
LOWEST_HISTORIC_PRICE
}

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.

Member Of

PriceSpecification object