PriceType
No description
enum PriceType {
SALES
PURCHASE
LOWEST_HISTORIC_PRICE
}
Values
PriceType.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.
PriceType.PURCHASE
The price the item is purchased for from a given supplier. This PriceSpecification should be used with Ordering Alternatives for a given Supplier.
PriceType.LOWEST_HISTORIC_PRICE
Directive 98/6/EC - Article 6a requirement. Shows the lowest price within the last 30 days.
Member Of
ItemPricesFilteringParamsInput
input ● PriceSpecification
object ● priceSpecificationsByItem
query