Tax deduction field for order items

What's new

New boolean field defines whether the tax was already deducted from the product price in the order.

Changes in API

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:

Search ordersGet orderGet last order

Last updated

Was this helpful?