When I use access token to query list orders API it returns:
{
"errors": [
{
"message": "Access denied for orders field.",
"locations": [
{
"line": 1,
"column": 86
}
],
"extensions": {
"code": "ACCESS_DENIED",
"documentation": "https://shopify.dev/api/usage/access-scopes"
},
"path": [
"orders"
]
}
],
"data": null,
"extensions": {
"cost": {
"requestedQueryCost": 261,
"actualQueryCost": 2,
"throttleStatus": {
"maximumAvailable": 2000.0,
"currentlyAvailable": 1998,
"restoreRate": 100.0
}
}
}
}
But the scope is correctly assigned to this credential.