nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
758 stars 313 forks source link

Shipping class on Refund Entity missing Tax property #640

Open erikebs opened 3 years ago

erikebs commented 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?

nozzlegear commented 3 years ago

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.