ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

Shipping address not downloading

Open czupet opened this issue 11 months ago • 3 comments

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

czupet avatar Nov 21 '24 13:11 czupet