Isn't it possible for us to pull shipping costs per order?

We have a platform as eva.guru. It’s like a sellerboard.
For our customers using the eva.guru platform, we need to withdraw the shipping fee from veeqo per order. I am trying to figure out how to integrate with veeqo for our customers who register on the eva.guru platform. I need to extract shipping costs per order from veeqo. but I don’t know what information I need to get in the order records for this api.
Which cost information should I use when saving based on order and sku? Isn’t it possible for us to pull shipping costs per order?
A PPC customer is asked if it is possible to sync FBM Shipping costs through Veeqo. And we would like to give you the average shipping cost per SKU
By the way, one of our customers mentioned that Sellerboard can retrieve the shipping costs of orders from Veeqo. but the CS says that no such data has been provided. can i get clear information?

Hey thanks for your patience here - you can get Shipping costs via API providing the Shipping Label was purchased using the Veeqo rates. To do this you would make a GET request to /orders/:id , and the response will contain an array called charges where you can find the shipping costs associated with the order." Hope this helps, please let me know if you need any more information