Calculate discount amount for a coupon (Partner API)
Documentation Index
Fetch the complete documentation index at: https://docs.loyalty.lt/llms.txt
Use this file to discover all available pages before exploring further.
| Type | Calculation |
|---|---|
percentage | purchase_amount * discount_amount / 100 |
fixed | min(discount_amount, purchase_amount) |
points | No direct discount, awards points instead |