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
764 stars 313 forks source link

Shipping address not downloading #1110

Open czupet opened 1 day ago

czupet commented 1 day ago

Only the partial shipping address is in the JSON file, but on the screen it's a full address. Does anyone know what could be the issue?

This is what I am getting.

"refunds": [], "shipping_address": { "province": "Arkansas", "country": "United States", "country_code": "US", "province_code": "AR" },

https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/9741966147878.json

nozzlegear commented 1 day ago

Hey @czupet! Which ShopifySharp service class are you using to get the shipping address? Can you show an example of the code so I can try to replicate the problem?