Created
June 30, 2020 13:25
-
-
Save ShayneP/acd62c30b2d2240292ce8e36c0ec166e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": null, | |
"errors": [ | |
{ | |
"message": "Access denied for products field.", | |
"locations": [ | |
{ | |
"line": 2, | |
"column": 3 | |
} | |
], | |
"path": [ | |
"products" | |
], | |
"extensions": { | |
"code": "ACCESS_DENIED", | |
"documentation": "https://shopify.dev/docs/admin-api/access-scopes" | |
} | |
} | |
], | |
"extensions": { | |
"cost": { | |
"requestedQueryCost": 3, | |
"actualQueryCost": 2 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment