REST Order API line totals
-
Hello all!
When adding
fee_lines
orline_items
to an order created via the REST API, I always have to provide the price without VAT. Because the API adds VAT on top of the providedtotal
.Is there any way to provide the price with VAT included to API? So that there is VAT vat added again.
https://woocommerce.github.io/woocommerce-rest-api-docs/#order-line-items-properties
Im using the
total
property, also tried thesubtotal
.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.