Hi.
I create an order via the Rest API (‘2023-01’) and also pass it information about shipping costs.
However, after submitting the order, the total amount of the invoice is not displayed correctly everywhere.
On the status page of the order and on the order detail page in the shop backend, the total price is calculated/displayed without the shipping taxes. In the automatically generated invoice that can be sent by mail and in the index list of all orders in the shop’s backend, however, the correct total price is displayed. This behavior occurs regardless of whether I pass the total price when creating the order.
Here are a few screenshots of the problem:
Note: The final total of the invoice for a total of 10.38€, with 1.66€ taxes included results here from:
- Gross sum of line items: 3.72€
- Taxes of the Line Items (3.72 * 0.19): 0.71€
- Shipping costs gross: 5€
- Taxes of the shipping costs (5 * 0.19): 0.95€
Order status page: taxes and total costs are wrong
index list of all orders in the shop’s backend: total price is correct
order detail page in the shop backend: taxes are correct but total price is wrong
the orders invoice: taxes and total price are correct
@Shopify_77 Can you please take a look at this and give me feedback on when you will fix this bug? Our customers really need stable and correct behavior of the software here.
Thanks in advance and greetings, m.



