Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shipping address not downloading #1110

Open
czupet opened this issue Nov 21, 2024 · 1 comment
Open

Shipping address not downloading #1110

czupet opened this issue Nov 21, 2024 · 1 comment

Comments

@czupet
Copy link

czupet commented Nov 21, 2024

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
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants