Getting order shipping tax details from REST API

Hello there !

I would like to know how to get an order shipping tax details using Wix REST API ?

I’m using this syntax to get Wix eCommerce orders : “https://www.wixapis.com/ecom/v1/orders/{id}”.
It gives me all the orders details in a JSON but I can’t find the shipping tax details.
According to the documentation, this information must be in : shippingInfo/cost/taxDetails.

The order shipping tax details must contains shipping tax rate and shipping total tax.

Am I doing something wrong ?

Can you tell me how to get this information by using the REST API ?

Thanks you in advance for helping me !

Can you like to the doc you’re referring to and give an example of the code that is not working?