Hey All,
I am doing POC and can’t read orders
https://brandpay-dev.myshopify.com/admin/api/2025-01/orders.json
and even recent 3 days old orders via
https://brandpay-dev.myshopify.com/admin/api/2025-01/orders.json?created_at_min=2024-03-03T00%3A00%3A00Z
even having the necessary permissions.
I request these
scopes: “read_orders,write_orders”
and get back these with a token
scopes: “write_orders”
I assume I don’t see “read_orders” back because it is a part of “write_orders”
and this what I get back as a response
{
“errors”: “[API] This app is not approved to access REST endpoints with protected customer data. See https://partners.shopify.com/4046442/apps/224892354561/customer_data for more details.”
}
Any feedback is much appreciated!
Thank you!