Tax deduction field for order items
Last updated
Was this helpful?
New boolean field defines whether the tax was already deducted from the product price in the order.
Each product in the order details now has a new taxAlreadyDeductedFromPrice boolean field:
items[] > items[] > taxAlreadyDeductedFromPrice (boolean) field for the /orders GET endpoint:
items[] > taxAlreadyDeductedFromPrice (boolean) field for the /orders/{orderId} GET PUT and /orders/last GET endpoints:
Last updated
Was this helpful?
Was this helpful?
