I am looking to use the OrderAPI to register order data, and I would like to include the shipping cost as well. For this purpose, I need to retrieve the shipping cost in advance based on the product and address data.
The product data is already determined, including variant_id and quantity. Additionally, I have the destination address information available. Can I retrieve the shipping cost using an API for this scenario?