Re: Address fields suddenly disappears from ORDERS.JSON FETCH API

Solved

Address fields suddenly disappears from ORDERS.JSON FETCH API

SPEAZ
Shopify Partner
29 3 14

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 ?

Accepted Solution (1)

SPEAZ
Shopify Partner
29 3 14

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-...

View solution in original post

Reply 1 (1)

SPEAZ
Shopify Partner
29 3 14

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-...