Improved
V1 - Customer Invoices - Added support for absolute discounts
March 18th, 2025 by Integrations Squad
Introduced a new optional field discount_type to the create invoice and edit invoice lines endpoints.
discount_typecan be set to either "relative" or "absolute".- Default value: "relative".
- When
discount_typeis set to "absolute", thediscountfield will be interpreted as a fixed amount rather than a percentage.
