Open erikebs opened 3 years ago
Hi all,
I was testing the Shopify Refunds Calculate Rest service and noticed that the Shipping object doesn't have the Tax information for shipping.
https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{OrderId}}/refunds/calculate.json
https://github.com/nozzlegear/ShopifySharp/blob/c4f4e2f9dbf1c4de1c13f4d7ffeb246b06098109/ShopifySharp/Services/Refund/RefundService.cs#L70
Would be possible to have it added?
Hey @erikebs, do you still need this? I'm having trouble finding the tax property when I look at Shopify's Refund documentation for the REST API.
Hi all,
I was testing the Shopify Refunds Calculate Rest service and noticed that the Shipping object doesn't have the Tax information for shipping.
https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{OrderId}}/refunds/calculate.json
https://github.com/nozzlegear/ShopifySharp/blob/c4f4e2f9dbf1c4de1c13f4d7ffeb246b06098109/ShopifySharp/Services/Refund/RefundService.cs#L70
Would be possible to have it added?