Created
October 27, 2023 16:51
-
-
Save lacom/56e3834834e250270062583f425274b9 to your computer and use it in GitHub Desktop.
Shopify GraphQL API throttled example response
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
{ | |
"errors": [ | |
{ | |
"message": "Throttled", | |
"extensions": { | |
"code": "THROTTLED", | |
"documentation": "https://shopify.dev/api/usage/rate-limits" | |
} | |
} | |
], | |
"extensions": { | |
"cost": { | |
"requestedQueryCost": 70, | |
"actualQueryCost": null, | |
"throttleStatus": { | |
"maximumAvailable": 1000, | |
"currentlyAvailable": 66, | |
"restoreRate": 50 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Max cost exceeded example response