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:
taxAlreadyDeductedFromPrice
items[] > items[] > taxAlreadyDeductedFromPrice (boolean) field for the /orders GET endpoint:
items[]
/orders
GET
items[] > taxAlreadyDeductedFromPrice (boolean) field for the /orders/{orderId} GET PUT and /orders/last GET endpoints:
/orders/{orderId}
PUT
/orders/last
Last updated 5 months ago
Was this helpful?