Unauthenticated_read_customers

Hi all,

I’m on an Order Status page and I want to have more info about the Order itself.

Am I correct in assuming that I can’t access more info than just the basic: cancelledAt, confirmationNumber, id, name and processedAt?

That’s all that’s provided by default on an Order Status page???

And a GraphQL query for an Order gives me a scope error: missing the unauthenticated_read_customersscope. I’ve added it to my shopify.app.toml file but to no avail.

Any help here? Thanks.

For the customer information you need to request access to the “Protected customer data access” API. This is either on your partner dashboard if you are an app dev or if its a custom app it is a permission you have to give your custom app.