Order discounts

In our app we are creating an order to post to orders-api.
This order contains a discount of type fixed-amount and scoped to order.
The discount is not in the catalog list, it is only added to the order order by the app.

Currently the discount is MODIFY_TAX_BASIS by default
How can I apply the DO_NOT_MODIFY_TAX_BASIS functionality on a OrderLineItemDiscount?

Hey there! :wave: modify_tax_basis isn’t a field that can be set for ad-hoc order discounts, so you’ll need to create a discount through the Catalog API if you want to use it.

1 Like