Parts of addresses missing in order data from REST-API

Hi all,

when querying order-data from the REST-API, i get incomplete addresses in the order-JSON, this applies to shipping_address as well as to billing_address. All i get are country, country_code, provice and province_code:

The same happens when i query the Customer Address - Endpoint.
Were there any changes to the API-endpoints recently?

I found an old thread (https://community.shopify.com/c/technical-q-a/there-is-no-shipping-address-returned-from-orders-api/m-p/1784966/thread-id/108135), which unfortunately does not offer a solution. All items in our shop are marked as physical products.

Does anyone have the same issue?

Kind regards, Volker

2 Likes

I have used the order API and got shipping address.
Check here: Customer Address (shopify.dev)

Let me know If you need any help

I am getting the same issue for customer details not getting via api
Can this happening becoz of Shopify Plan also?

Same here. How can I get the full shipping address?

“shipping_address”: {
“province”: “Texas”,
“country”: “United States”,
“country_code”: “US”,
“province_code”: “TX”
},

1 Like

Yep, same issue.. How is this possible? We cannot get the shipping address anywhere via the API? Makes no sense

Has anyone found a solution to this? We have setup close to 100 integrations without issue but are having this same issue with 2 new sites we are trying to setup.

I had the same issue with a shop that had been on the basic plan. Try upgrading the shop to a higher plan.