Excluding items from discount on invoice created by API
Im creating invoices in QBO via the API and using the DiscountLineDetail line item to set a discount in percentage or in amount
I know searching for away to exclude certain items from the discount when creating the invoice through the API
for example I have an invoice of 3 items
item a - $100
item b - $100
item c- 100$
and a discount of 10%
i want to exclude item c from the discount so the totall will be
$280 instead of $270
what will be the best practice for that?
