Replies: 0
I configured this option in the Woocommerce:
Tax options
Prices entered with tax: Yes, I will enter prices inclusive of tax
Querying the REST API
/wp-json/wc/v3/orders
is there a way to simply retrieve the price entered, including tax as the customer sees it?
If the prices are calculated by separating the VAT and then adding it, sometimes they round up + – 0.01 cents and this is a problem for my order export procedure which instead simply expects the price displayed to customers.