This example demonstrates the tiered pricing capability of the generic pricing script.
By enabling tier pricing, the administrator can ensure that different prices can be utilised depending on the quantity of a product ordered.
For example, purchasing 1 of product configuration A(1) and B(3) may be a different price per unit than purchasing 10 or 50. Tier pricing allows us to factor in this change in price based on quantity.
{
"filePath": "TieredPricingScriptExample.csv",
"quantityColumnName": "Quantity",
"useTierPrice": true
}