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.