A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello, all address fields suddenly disappeareds from ORDERS.JSON FETCH API on billing_address / shipping_address :
instead of :
{
"first_name": "",
"address1": "",
"phone": "",
"city": "",
"zip": "",
"province": "",
"country": "",
"last_name": "",
"address2": "",
"company": "",
"latitude": ,
"longitude": ,
"name": "",
"country_code": "",
"province_code": ""
}
i get only these fields :
{
"province": "",
"country": "",
"latitude": ,
"longitude": ,
"country_code": "",
"province_code": ""
}
Does someone having the same issue ? is it coming from Shopify ?
Solved! Go to the solution
This is an accepted solution.
Well it's seems it's only on UNSTABLE API , so it's coming from Shopify 🙂
Edit / it's finally not an issue : https://shopify.dev/apps/store/data-protection/protected-customer-data?locale=fr#protected-customer-...
This is an accepted solution.
Well it's seems it's only on UNSTABLE API , so it's coming from Shopify 🙂
Edit / it's finally not an issue : https://shopify.dev/apps/store/data-protection/protected-customer-data?locale=fr#protected-customer-...