Open czupet opened 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
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?
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