PriceType

A product has a price type that defines the price calculations and the way consumers can order the product.

Available values (string values).

Price type Description
PER_UNIT A consumer can choose an amount. The price of the product is multiplied with the amount.
PER_PERSON A consumer can choose for how many persons he want to order a product. He can also order multiple products (e.g. 2 x a cake for 6 persons). The price of the product is multiplied with the persons and the amount.
PER_KILOGRAM A consumer can choose the weight of the product. He can also order multiple products (e.g. 2 x a piece of meat of 200 gram). The price of the product is defined per kilogram, and is multiplied with the weight and the amount.
MULTIPLE_CHOICE A consumer can choose between multiple variations (called product prices) of the product (e.g. small, medium, large; each with a custom price). He can also choose an amount. The price of the product is ignored. You have to create product prices for this product and specify a price for each product price before consumers will be able to order the product.

Examples

Example 1

"PER_UNIT"
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.2 stable