In the last hour, we’ve received reports from 3 merchants so far about Order API data from certain fields like the billing_address and shipping_address fields returning blank.
The issue only occurs if specific fields are being requested (via the fields parameter). So far, not all stores are affected so I’m guessing an update is currently being rolled out.
Here’s an example where the billing_address and shipping_address fields returns an empty dictionary value:
If requesting name (the order name), the shipping_address.name get populated if shipping_address is requested which is weird (and other attributes are missing). Seems something’s wrong with the way the data is queried in the db.
Currently on chat with Shopify support, hopefully they can figure it out soon.
is there a possibility that this has not been completely fixed? Im working with a development store with generic data however I am facing the same issue where in specific fields are not being returned but they are present in a general query. any guidance would be appreciated.