PriceTypeV1
No description
enum PriceTypeV1 {
Default @deprecated
Sales
Current @deprecated
Purchase
Promotion @deprecated
Member @deprecated
Recommended @deprecated
SalesLocation @deprecated
DineOut @deprecated
}
Values
PriceTypeV1.Default
deprecated
This value is DEPRECATED and will be replaced with a SALES price in v2.
NOTE: This value is DEPRECATED and will be replaced with a SALES price in v2. The default price created along with the item. This price can never be deleted. It can be changed. It will apply to the item in case a sales price is missing
PriceTypeV1.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.
PriceTypeV1.Current
deprecated
This value is DEPRECATED. A SALES price with validFrom [NOW] or earlier will produce the same result.
NOTE: This value is DEPRECATED. A SALES price with validFrom [NOW] or earlier will produce the same result. A Current price will be set as the active price immediately, and the validFrom property will not be considered.
PriceTypeV1.Purchase
The price the item is purchased for from a given supplier. This PriceSpecification should be used with Ordering Alternatives for a given Supplier.
PriceTypeV1.Promotion
deprecated
This value is DEPRECATED and will be replaced with a SALES price in v2.
NOTE: This value is DEPRECATED and will be replaced with a SALES price in v2. A regular sales price connected to a promotion. This will have higher priority than a regular sales price. The promotion price will be connected to the Item along side regular sales prices. POS and e-commerce will display this price in a different way than regular sales prices.
PriceTypeV1.Member
deprecated
This value is DEPRECATED and will be replaced with a SALES price in v2.
NOTE: This value is DEPRECATED and will be replaced with a SALES price in v2. A price specific to certain members. The members must identify themselves to be eligble for this price. This check is handled by POS or e-commerce solutions.
PriceTypeV1.Recommended
deprecated
This value is DEPRECATED and will be replaced with a SALES price in v2.
NOTE: This value is DEPRECATED and will be replaced with a SALES price in v2. A suggested price that is not to use for sale or calculations. It is only to indicate the recommended price for this item. Often provided by the manufacturer or supplier of the Item.
PriceTypeV1.SalesLocation
deprecated
This value is DEPRECATED and will be replaced with a SALES price in v2.
NOTE: This value is DEPRECATED and will be replaced with a SALES price in v2. Can be used to "override" the regular price if there is a specific price at a specific sales location. Typical use cases are a cafe inside the store or popup stores in a different location than the physical store.
PriceTypeV1.DineOut
deprecated
This value is DEPRECATED and will be replaced with a SALES price in v2.
NOTE: This value is DEPRECATED and will be replaced with a SALES price in v2. Can be used when the customer wants to take the items with him and not pay the normal sales price. Typically used for food and menus in restaurants or diners. Used when you can choose to sit down and eat or take the food with you.
Member Of
PriceSpecification
object