I’m using the orders api to retrieve orders with a custom app, the app has all the permissions marked in the admin configuration section, and using 2024-04 version.
This morning I’ve noticed I’m missing the customer full shipping address, all I get is the country and province.
"shipping_address": {
"country": "United States",
"country_code": "US",
"province": "California",
"province_code": "CA"
},
And I found this note in the admin:
Additional access available
API access to personally identifiable information (PII) like customer names, addresses, emails, phone numbers is available on Shopify, Advanced, and Plus plans
Am I really not able to access my orders information with the API anymore using the BASIC plan?